Hi all,
until now my setup is as follows.
- My application uses the Keycloak JavaScript Adapter thus a user accessing my app is redirected by that adapter to the Keycloak login page.
- Within Keycloak I usually have a SAML identity provider configured, e.g. to MS Azure AD, thus user clicks on the corresponding button, then the SAML sp-initiated flow starts and user is finally authenticated and redirected back to the application.
Now a customer wants IDP initiated SAML, what Need to to configured (both within Keycloak as well as in the customer IDP) to allow this and especially how is the user redirected to my application?
Björn