You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once complete, run `sudo service coder restart` to reboot Coder.
75
75
76
76
> When a new user is created, the `preferred_username` claim becomes the username. If this claim is empty, the email address will be stripped of the domain, and become the username (e.g. `[email protected]` becomes `example`).
77
+
78
+
## SCIM
79
+
80
+
Coder supports user provisioning and deprovisioning via SCIM 2.0 with header
81
+
authentication. Upon deactivation, users are [suspended](userd.md#suspend-a-user)
82
+
and are not deleted. [Configure](./configure.md) your SCIM application with an
cliflag.StringVarP(cmd.Flags(), &scimAuthHeader, "scim-auth-header", "", "CODER_SCIM_API_KEY", "", "Enables SCIM and sets the authentication header for the built-in SCIM server. New users are automatically created with OIDC authentication.")
0 commit comments