diff --git a/docs/admin/git-providers.md b/docs/admin/git-providers.md index 7df62fc704b23..13a9cc54d7ddc 100644 --- a/docs/admin/git-providers.md +++ b/docs/admin/git-providers.md @@ -39,6 +39,7 @@ used for self-managed Git provider deployments. ```console CODER_GITAUTH_0_AUTH_URL="https://github.example.com/oauth/authorize" CODER_GITAUTH_0_TOKEN_URL="https://github.example.com/oauth/token" +CODER_GITAUTH_0_VALIDATE_URL="https://your-domain.com/oauth/token/info" ``` ### Custom scopes