Skip to content

Commit 40bc156

Browse files
committed
Docs
1 parent 3addcaf commit 40bc156

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/admin/auth.md

+10
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ By default, Coder is accessible via password authentication.
44

55
The following steps explain how to set up GitHub OAuth or OpenID Connect.
66

7+
If after configuring another authentication method you'd like to hide password authentication, you can configure that like so:
8+
```console
9+
CODER_PASSWORD_AUTH_HIDDEN=true
10+
```
711
## GitHub
812

913
### Step 1: Configure the OAuth application in GitHub
@@ -81,6 +85,12 @@ CODER_TLS_CLIENT_CERT_FILE=/path/to/cert.pem
8185
CODER_TLS_CLIENT_KEY_FILE=/path/to/key.pem
8286
```
8387

88+
If you'd like to change the OpenID Connect button text and/or icon, you can configure them like so:
89+
```console
90+
CODER_OIDC_SIGN_IN_TEXT="Sign in with Gitea"
91+
CODER_OIDC_ICON_URL=https://gitea.io/images/gitea.png
92+
```
93+
8494
## SCIM (enterprise)
8595

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

0 commit comments

Comments
 (0)