- Notifications
You must be signed in to change notification settings - Fork928
Closed
Milestone
Description
Lines 1332 to 1337 in83eea2d
iflen(organizations)>0 { | |
// Add the user to the first organization. Once multi-organization | |
// support is added, we should enable a configuration map of user | |
// email to organization. | |
organizationID=organizations[0].ID | |
} |
On first login for OIDC/Oauth we add the user to the default organization. This needs to be resolved.
Options:
- Always place users in the default org.
- Use role/group sync to figure out which org to place users.
blocked by#11934