Skip to content

Commit 9e8b403

Browse files
authored
Update docs/admin/external-auth.md
1 parent 00cd35e commit 9e8b403

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/admin/external-auth.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ application. The following providers are supported:
2828
The next step is to [configure the Coder server](./configure.md) to use the OAuth application by setting the following environment variables:
2929

3030
```env
31-
CODER_EXTERNAL_AUTH_0_ID="USER_DEFINED_ID"
31+
CODER_EXTERNAL_AUTH_0_ID="<USER_DEFINED_ID>"
3232
CODER_EXTERNAL_AUTH_0_TYPE=<github|gitlab|azure-devops|bitbucket-cloud|bitbucket-server|etc>
3333
CODER_EXTERNAL_AUTH_0_CLIENT_ID=xxxxxx
3434
CODER_EXTERNAL_AUTH_0_CLIENT_SECRET=xxxxxxx

0 commit comments

Comments
 (0)