Skip to content

Commit 15ea4cd

Browse files
docs: clarify what the client_id refers to
1 parent 20dfd34 commit 15ea4cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/admin/external-auth.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ GitLab self-managed requires the following environment variables:
115115
```env
116116
CODER_EXTERNAL_AUTH_0_ID="primary-gitlab"
117117
CODER_EXTERNAL_AUTH_0_TYPE=gitlab
118+
# This value is the "Application ID"
118119
CODER_EXTERNAL_AUTH_0_CLIENT_ID=xxxxxx
119120
CODER_EXTERNAL_AUTH_0_CLIENT_SECRET=xxxxxxx
120121
CODER_EXTERNAL_AUTH_0_VALIDATE_URL="https://gitlab.company.org/oauth/token/info"

0 commit comments

Comments
 (0)