chore: fix duplicated sentence in docs/auth.md (#6895)

This commit is contained in:
Cian Johnston
2023-03-30 16:29:57 +00:00
committed by GitHub
parent 8f55f5c28b
commit afcc179244
-2
View File
@@ -174,8 +174,6 @@ CODER_OIDC_IGNORE_EMAIL_VERIFIED=true
When a new user logs in via OIDC, Coder will by default use the value
of the claim field named `preferred_username` as the the username.
If this claim is empty, the email address will be stripped of the domain, and
become the username (e.g. `example@coder.com` becomes `example`).
If your upstream identity provider uses a different claim, you can
set `CODER_OIDC_USERNAME_FIELD` to the desired claim.