Auto add user to correct organization based on JWT token #1286
Labels
enhancement
New feature or request
good first issue
Good for newcomers
help wanted
Extra attention is needed
Feature description 💡
Hi, we would like to have an option available to automatically add users to the correct Organization based on the ID/JWT token that the user is authenticated with.
This feature can have different use-cases:
The general flow would be:
The IDP adds a specific claim to the JWT token, for example
organization
{..., "organization": "org-a", ...}
)org-a
existsorg-a
We could possible also create the organization if it does not exists yet.
This behaviour should be configurable in the settings.
I am able to help with creating a PR if you see value in this feature.
Anything else?
No response
The text was updated successfully, but these errors were encountered: