1
0
mirror of https://github.com/pocket-id/pocket-id.git synced 2026-02-04 19:09:45 +00:00
Files
pocket-id/docs/docs/client-examples/open-webui.md
2025-01-21 19:07:12 +01:00

500 B

id
id
open-webui

Open WebUI

  1. In Pocket-ID, create a new OIDC Client, name it i.e. Open WebUI.
  2. Set the callback URL to: https://openwebui.domain/oauth/oidc/callback
  3. Add the following to your docker .env file 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