p2-inc / keycloak-orgs

Single realm, multi-tenancy for SaaS apps
https://phasetwo.io
Other
389 stars 66 forks source link

IDP Initiated login not supported #17

Open xgp opened 1 year ago

xgp commented 1 year ago

need to figure out how to automatically configure for IDP Initiated login https://www.keycloak.org/docs/latest/server_admin/#idp-initiated-login

diazoxide commented 1 year ago

Any updates?

xgp commented 1 year ago

This bug is a placeholder for the idp-wizard extension to automatically set up a client IdP initiated login at the same time we set up the IdP.

It is possible to configure the client yourself. You can find out more at the documentation linked above. This blog article also does a good job of an example, which can pretty easily be generalized to any IdP https://www.lisenet.com/2020/keycloak-with-okta-idp-initiated-sso-login/

Feel free to post questions or findings here when you try it yourself.