Skip to content

Commit 3dadbe8

Browse files
ericpaulsenpull[bot]
authored andcommitted
docs: add docs for disabling email/pass auth (coder#7494)
1 parent b5412ac commit 3dadbe8

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/admin/auth.md

+9
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,15 @@ CODER_OIDC_SIGN_IN_TEXT="Sign in with Gitea"
197197
CODER_OIDC_ICON_URL=https://gitea.io/images/gitea.png
198198
```
199199

200+
## Disable Built-in Authentication
201+
202+
To remove email and password login, set the following environment variable on your
203+
Coder deployment:
204+
205+
```console
206+
CODER_DISABLE_PASSWORD_AUTH=true
207+
```
208+
200209
## SCIM (enterprise)
201210

202211
Coder supports user provisioning and deprovisioning via SCIM 2.0 with header

0 commit comments

Comments
 (0)