mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-02-04 19:09:45 +00:00
500 B
500 B
id
| id |
|---|
| open-webui |
Open WebUI
- In Pocket-ID, create a new OIDC Client, name it i.e.
Open WebUI. - Set the callback URL to:
https://openwebui.domain/oauth/oidc/callback - Add the following to your docker
.envfile for Open WebUI:
ENABLE_OAUTH_SIGNUP=true
OAUTH_CLIENT_ID=<client id from pocket ID>
OAUTH_CLIENT_SECRET=<client secret from pocket ID>
OAUTH_PROVIDER_NAME=Pocket ID
OPENID_PROVIDER_URL=https://<your pocket id url>/.well-known/openid-configuration