Open WebUI
Configure Open WebUI with Pocket ID authentication
- 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, or leave blank to autofill on first login. - Optional but recommended - Create a group for users and a group for admins in Pocket-ID. eg:
usersandadmins - Add the following to your docker
.envfile for Open WebUI:
Its recommended you have a separate admin account without oauth in Open WebUI so you don't get locked out when testing the integration. Read more