p2-inc / keycloak-orgs

Single realm, multi-tenancy for SaaS apps
Other
362 stars 65 forks source link

Home IDP extension doesn't work as intended to #124

Closed SangI762 closed 9 months ago

SangI762 commented 9 months ago

Hello, I saw that you modified a bit behaviour with Home IDP extension and using "home.idp.discovery.org": "org-id" to get specific organization's idp, but I'm trying to use default behaviour with "home.idp.discovery.domains": "domain-name", and it doesn't work. Am I missing something? Is it possible to use both methods?

xgp commented 9 months ago

No. We override the IdP lookup behavior. You can install the original extension if you need both mechanisms.

SangI762 commented 9 months ago

Ok, thanks. Will "home.idp.discovery.org" work with original extension too?

xgp commented 9 months ago

No. Please check the documentation there for information on how it works https://github.com/sventorben/keycloak-home-idp-discovery.

SangI762 commented 9 months ago

Well, that would be awesome if you will keep original behaviour by domains when home.idp.discovery.org property is missing.

xgp commented 9 months ago

Thanks. Looking forward to your PR.