-
Notifications
You must be signed in to change notification settings - Fork 992
Closed
Milestone
Description
coder/enterprise/coderd/scim.go
Lines 210 to 216 in 993c1a6
if len(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 | |
} | |
Scim needs to determine which org to place a new user.
blocked by #11934
Metadata
Metadata
Assignees
Labels
No labels