File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -179,10 +179,10 @@ CODER_EXTERNAL_AUTH_0_TYPE=gitlab
179
179
# This value is the "Application ID"
180
180
CODER_EXTERNAL_AUTH_0_CLIENT_ID=xxxxxx
181
181
CODER_EXTERNAL_AUTH_0_CLIENT_SECRET=xxxxxxx
182
- CODER_EXTERNAL_AUTH_0_VALIDATE_URL="https://gitlab.example.org /oauth/token/info"
183
- CODER_EXTERNAL_AUTH_0_AUTH_URL="https://gitlab.example.org /oauth/authorize"
184
- CODER_EXTERNAL_AUTH_0_TOKEN_URL="https://gitlab.example.org /oauth/token"
185
- CODER_EXTERNAL_AUTH_0_REGEX=gitlab\.example\.org
182
+ CODER_EXTERNAL_AUTH_0_VALIDATE_URL="https://gitlab.example.com /oauth/token/info"
183
+ CODER_EXTERNAL_AUTH_0_AUTH_URL="https://gitlab.example.com /oauth/authorize"
184
+ CODER_EXTERNAL_AUTH_0_TOKEN_URL="https://gitlab.example.com /oauth/token"
185
+ CODER_EXTERNAL_AUTH_0_REGEX=gitlab\.example\.com
186
186
```
187
187
188
188
When [ configuring your GitLab OAuth application] ( https://docs.gitlab.com/17.5/integration/oauth_provider/ ) ,
@@ -201,8 +201,8 @@ provider deployments.
201
201
``` env
202
202
CODER_EXTERNAL_AUTH_0_AUTH_URL="https://github.example.com/oauth/authorize"
203
203
CODER_EXTERNAL_AUTH_0_TOKEN_URL="https://github.example.com/oauth/token"
204
- CODER_EXTERNAL_AUTH_0_VALIDATE_URL="https://your-domain .com/oauth/token/info"
205
- CODER_EXTERNAL_AUTH_0_REGEX=github\.company\.org
204
+ CODER_EXTERNAL_AUTH_0_VALIDATE_URL="https://example .com/oauth/token/info"
205
+ CODER_EXTERNAL_AUTH_0_REGEX=github\.company\.com
206
206
```
207
207
208
208
> [ !NOTE]
You can’t perform that action at this time.
0 commit comments