Skip to content

Commit 6deb1fa

Browse files
msukkariclaude
andcommitted
docs: document baseUrl for GitHub identity provider
The GitHub identity provider schema accepts a baseUrl for self-hosted GitHub Enterprise Server, but the example in the IdP docs only showed it for GitLab. Mirror the GitLab example so the option is discoverable. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 8e527c8 commit 6deb1fa

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/docs/configuration/idp.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,9 @@ in the GitHub identity provider config.
127127
},
128128
"clientSecret": {
129129
"env": "YOUR_CLIENT_SECRET_ENV_VAR"
130-
}
130+
},
131+
// Optional: for self-hosted GitHub Enterprise Server instances
132+
"baseUrl": "https://github.example.com"
131133
}
132134
]
133135
}

0 commit comments

Comments
 (0)