Semaphore UI
Configure Semaphore UI with Pocket ID OIDC
- In Pocket-ID create a new OIDC Client, name it i.e.
Semaphore UI. - Set the callback URL to:
https://<your-semaphore-ui-url>/api/auth/oidc/pocketid/redirect/. - Add the following to your
config.jsonfile for Semaphore UI:
Semaphore UI versions after 2.14 support a docker env var for this.
A single environment variable, SEMAPHORE_OIDC_PROVIDERS, lets you configure providers using a JSON string matching the oidc_providers structure.