website/integrations: Open Web UI: add OPENID_REDIRECT_URI environment variable (#13785)

added OPENID_REDIRECT_URI open webui environment variable

Signed-off-by: Yuval Ziv <44985263+yuval-ziv@users.noreply.github.com>
This commit is contained in:
Yuval Ziv
2025-04-07 20:02:21 +03:00
committed by GitHub
parent 76665cf65e
commit e93b2a1a75

View File

@ -50,6 +50,7 @@ Enter the following details from the authentik provider:
- Set **OAUTH_CLIENT_SECRET** to the Client Secret copied from authentik.
- Set **OAUTH_PROVIDER_NAME** to `authentik`.
- Set **OPENID_PROVIDER_URL** to <kbd>https://<em>authentik.company</em>/application/o/<em>your-slug-here</em>/.well-known/openid-configuration</kbd>.
- Set **OPENID_REDIRECT_URI** to <kbd>https://<em>openwebui.company</em>/oauth/oidc/callback</kbd>.
- If you wish for new users to be created on Open Web UI, set **ENABLE_OAUTH_SIGNUP** to 'true'.
## Configuration verification