p2-inc / keycloak-orgs

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

SCIM support #105

Open xgp opened 1 year ago

xgp commented 1 year ago

Users

Groups

start https://github.com/xgp/keycloak-scim

lsmith77 commented 2 months ago

is there an ETA for this? how much effort do you expect this will be?

xgp commented 2 months ago

There is no ETA. We have completed a prototype validating that our approach (using User Federation provider as the means of configuring the SCIM server) is viable, but we have not prepared that extension for release. Making it also available for organizations requires a strategy for filtering User CRUD that has not yet been designed. If we have more customer interest, we'll prioritize this higher.

lsmith77 commented 2 months ago

OK thank you for the update. We have such an integration implemented in PHP in our current bespoke Oauth solution. We will evaluate if we will update it to work with Keycloak/P2 or we might collaborate on getting this done inside P2.