From e322e94d39d024a2ea2562c1d52094321de2cb2a Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Mon, 30 Jan 2023 17:04:15 -0500 Subject: [PATCH] docs: add gitauth validate url var --- docs/admin/git-providers.md | 1 + 1 file changed, 1 insertion(+) 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