Hi Keycloak devs and gurus,
I wanted to setup keycloak, using openid-connect with 2 realms.
- Where realm1 will contain client(s) application
- And realm2 contains the users
The users will then access the client applications in realm1 by authenticating through realm2.
I found this link --> idp initiated sso using keycloak, but it is implemented based on SAML not on openid-connect.
Your help will be much appreciated.