We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f55f5c commit afcc179Copy full SHA for afcc179
docs/admin/auth.md
@@ -174,8 +174,6 @@ CODER_OIDC_IGNORE_EMAIL_VERIFIED=true
174
175
When a new user logs in via OIDC, Coder will by default use the value
176
of the claim field named `preferred_username` as the the username.
177
-If this claim is empty, the email address will be stripped of the domain, and
178
-become the username (e.g. `example@coder.com` becomes `example`).
179
180
If your upstream identity provider uses a different claim, you can
181
set `CODER_OIDC_USERNAME_FIELD` to the desired claim.
0 commit comments