We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37a90b0 commit 476c822Copy full SHA for 476c822
docs/admin/git-providers.md
@@ -39,6 +39,7 @@ used for self-managed Git provider deployments.
39
```console
40
CODER_GITAUTH_0_AUTH_URL="https://github.example.com/oauth/authorize"
41
CODER_GITAUTH_0_TOKEN_URL="https://github.example.com/oauth/token"
42
+CODER_GITAUTH_0_VALIDATE_URL="https://your-domain.com/oauth/token/info"
43
```
44
45
### Custom scopes
0 commit comments