File tree 1 file changed +10
-0
lines changed
1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ By default, Coder is accessible via password authentication.
4
4
5
5
The following steps explain how to set up GitHub OAuth or OpenID Connect.
6
6
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
+ ```
7
11
## GitHub
8
12
9
13
### Step 1: Configure the OAuth application in GitHub
@@ -81,6 +85,12 @@ CODER_TLS_CLIENT_CERT_FILE=/path/to/cert.pem
81
85
CODER_TLS_CLIENT_KEY_FILE=/path/to/key.pem
82
86
```
83
87
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
+
84
94
## SCIM (enterprise)
85
95
86
96
Coder supports user provisioning and deprovisioning via SCIM 2.0 with header
You can’t perform that action at this time.
0 commit comments