We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00cd35e commit 9e8b403Copy full SHA for 9e8b403
docs/admin/external-auth.md
@@ -28,7 +28,7 @@ application. The following providers are supported:
28
The next step is to [configure the Coder server](./configure.md) to use the OAuth application by setting the following environment variables:
29
30
```env
31
-CODER_EXTERNAL_AUTH_0_ID="USER_DEFINED_ID"
+CODER_EXTERNAL_AUTH_0_ID="<USER_DEFINED_ID>"
32
CODER_EXTERNAL_AUTH_0_TYPE=<github|gitlab|azure-devops|bitbucket-cloud|bitbucket-server|etc>
33
CODER_EXTERNAL_AUTH_0_CLIENT_ID=xxxxxx
34
CODER_EXTERNAL_AUTH_0_CLIENT_SECRET=xxxxxxx
0 commit comments