File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ CODER_EXTERNAL_AUTH_0_DISPLAY_ICON="https://mycustomicon.com/google.svg"
73
73
GitHub Enterprise requires the following authentication and token URLs:
74
74
75
75
``` env
76
- CODER_EXTERNAL_AUTH_0_VALIDATE_URL="https://github.example.com/login/oauth/access_token/info "
76
+ CODER_EXTERNAL_AUTH_0_VALIDATE_URL="https://github.example.com/api/v3/user "
77
77
CODER_EXTERNAL_AUTH_0_AUTH_URL="https://github.example.com/login/oauth/authorize"
78
78
CODER_EXTERNAL_AUTH_0_TOKEN_URL="https://github.example.com/login/oauth/access_token"
79
79
```
@@ -134,7 +134,7 @@ CODER_EXTERNAL_AUTH_1_CLIENT_SECRET=xxxxxxx
134
134
CODER_EXTERNAL_AUTH_1_REGEX=github.example.com
135
135
CODER_EXTERNAL_AUTH_1_AUTH_URL="https://github.example.com/login/oauth/authorize"
136
136
CODER_EXTERNAL_AUTH_1_TOKEN_URL="https://github.example.com/login/oauth/access_token"
137
- CODER_EXTERNAL_AUTH_1_VALIDATE_URL="https://github.example.com/login/oauth/access_token/info "
137
+ CODER_EXTERNAL_AUTH_1_VALIDATE_URL="https://github.example.com/api/v3/user "
138
138
```
139
139
140
140
To support regex matching for paths (e.g. github.com/orgname), you'll need to
You can’t perform that action at this time.
0 commit comments