supertokens / supertokens-core

Open source alternative to Auth0 / Firebase Auth / AWS Cognito
https://supertokens.com
Other
13.07k stars 518 forks source link

Directory Sync / SCIM server #898

Open rubenstolk opened 10 months ago

rubenstolk commented 10 months ago

🚀 Feature

In many cases just connecting to Entra ID itself is not enough. Products need knowledge of users and permissions marked in Entry ID. For this purpose it would be lovely to have an built-in SCIM server in Supertokens.

Implementation details

Probably utilize Jackson / BoxyHQ Directory Sync functionality (https://boxyhq.com/docs/directory-sync/overview)

rishabhpoddar commented 10 months ago

Keep an eye on this repo for the example: https://github.com/supertokens/jackson-supertokens-express/tree/main

rishabhpoddar commented 10 months ago

Hey @rubenstolk we have added an example of SCIM with google workspaces in this example app: https://github.com/supertokens/jackson-supertokens-express/tree/main. Please do check it out.

Keeping this issue open until we add this within the SuperTokens SDK.