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 @@ -228,10 +228,10 @@ CODER_EXTERNAL_AUTH_0_TYPE=gitlab
228
228
# This value is the "Application ID"
229
229
CODER_EXTERNAL_AUTH_0_CLIENT_ID=xxxxxx
230
230
CODER_EXTERNAL_AUTH_0_CLIENT_SECRET=xxxxxxx
231
- CODER_EXTERNAL_AUTH_0_VALIDATE_URL="https://gitlab.example.org /oauth/token/info"
232
- CODER_EXTERNAL_AUTH_0_AUTH_URL="https://gitlab.example.org /oauth/authorize"
233
- CODER_EXTERNAL_AUTH_0_TOKEN_URL="https://gitlab.example.org /oauth/token"
234
- CODER_EXTERNAL_AUTH_0_REGEX=gitlab\.example\.org
231
+ CODER_EXTERNAL_AUTH_0_VALIDATE_URL="https://gitlab.example.com /oauth/token/info"
232
+ CODER_EXTERNAL_AUTH_0_AUTH_URL="https://gitlab.example.com /oauth/authorize"
233
+ CODER_EXTERNAL_AUTH_0_TOKEN_URL="https://gitlab.example.com /oauth/token"
234
+ CODER_EXTERNAL_AUTH_0_REGEX=gitlab\.example\.com
235
235
```
236
236
237
237
When [ configuring your GitLab OAuth application] ( https://docs.gitlab.com/17.5/integration/oauth_provider/ ) ,
@@ -250,8 +250,8 @@ provider deployments.
250
250
``` env
251
251
CODER_EXTERNAL_AUTH_0_AUTH_URL="https://github.example.com/oauth/authorize"
252
252
CODER_EXTERNAL_AUTH_0_TOKEN_URL="https://github.example.com/oauth/token"
253
- CODER_EXTERNAL_AUTH_0_VALIDATE_URL="https://your-domain .com/oauth/token/info"
254
- CODER_EXTERNAL_AUTH_0_REGEX=github\.company\.org
253
+ CODER_EXTERNAL_AUTH_0_VALIDATE_URL="https://example .com/oauth/token/info"
254
+ CODER_EXTERNAL_AUTH_0_REGEX=github\.company\.com
255
255
```
256
256
257
257
> [ !NOTE]
You can’t perform that action at this time.
0 commit comments