mirror of
https://github.com/open-webui/docs.git
synced 2026-01-02 09:49:38 +07:00
Merge pull request #603 from jackthgu/OPENID_REDIRECT_URI-add-to-sso
feat(docs): Add OPENID_REDIRECT_URI to OIDC SSO documentation
This commit is contained in:
@@ -73,6 +73,7 @@ The following environment variables are used:
|
||||
1. `OPENID_PROVIDER_URL` - OIDC well known URL, for example `https://accounts.google.com/.well-known/openid-configuration`
|
||||
1. `OAUTH_PROVIDER_NAME` - Name of the provider to show on the UI, defaults to SSO
|
||||
1. `OAUTH_SCOPES` - Scopes to request. Defaults to `openid email profile`
|
||||
1. `OPENID_REDIRECT_URI` - The redirect URI configured in your OIDC application. This must be set to `<open-webui>/oauth/oidc/callback`.
|
||||
|
||||
### OAuth Role Management
|
||||
|
||||
|
||||
Reference in New Issue
Block a user