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:
Tim Jaeryang Baek
2025-07-04 10:38:14 +04:00
committed by GitHub

View File

@@ -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