From 5290d5b14a79d81c79612fc2e7a01010bb4ee0ce Mon Sep 17 00:00:00 2001 From: Eric Paulsen Date: Mon, 30 Jan 2023 20:35:22 -0500 Subject: [PATCH] docs: add gitauth validate url var (#5927) --- 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 7df62fc704..13a9cc54d7 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