From d692c25f65f866f8a330b8365215d15dbcac5c3b Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Thu, 30 Mar 2023 17:19:07 +0100 Subject: [PATCH] chore: fix duplicated sentence in docs/auth.md --- docs/admin/auth.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/admin/auth.md b/docs/admin/auth.md index 141420cca0ab7..fe4dc9ea2016b 100644 --- a/docs/admin/auth.md +++ b/docs/admin/auth.md @@ -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.