I am trying to develop a Single Sign On (SSO) using JWT for cross domain apps.
After looking into few solution and threads i decided to go with following : Single sign-on flow using JWT for cross domain authentication
But i am not sure about, how to verify the IdP token at resource server ?
should both IdP and resource servers have an access to the same datasource?
Also, is it necessary to use unique resources token for each apps ?