mirror of
https://github.com/open-webui/docs.git
synced 2026-03-26 13:18:42 +07:00
Correct casing of GitHub
This commit is contained in:
committed by
GitHub
parent
230188d79c
commit
31b51f33f4
@@ -139,15 +139,15 @@ No additional configuration is required in Microsoft Entra ID. The `offline_acce
|
||||
|
||||
:::
|
||||
|
||||
### Github
|
||||
### GitHub
|
||||
|
||||
To configure a Github OAuth Client, please refer to [Github's documentation](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps) on how to create a OAuth App or Github App for a **web application**.
|
||||
To configure a GitHub OAuth Client, please refer to [GitHub's documentation](https://docs.github.com/en/apps/oauth-apps/building-oauth-apps/authorizing-oauth-apps) on how to create a OAuth App or GitHub App for a **web application**.
|
||||
The allowed redirect URI should include `<open-webui>/oauth/github/callback`.
|
||||
|
||||
The following environment variables are required:
|
||||
|
||||
1. `GITHUB_CLIENT_ID` - Github OAuth App Client ID
|
||||
1. `GITHUB_CLIENT_SECRET` - Github OAuth App Client Secret
|
||||
1. `GITHUB_CLIENT_ID` - GitHub OAuth App Client ID
|
||||
1. `GITHUB_CLIENT_SECRET` - GitHub OAuth App Client Secret
|
||||
|
||||
### OIDC
|
||||
|
||||
|
||||
Reference in New Issue
Block a user