From 17abbf55f96761c08ff43c8aac631060990c0723 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Ca=C3=B1izares?= Date: Sun, 4 Jan 2026 23:30:13 +0100 Subject: [PATCH] Change OIDC_PROVIDER to pocket-id instead of pocketid When set as pocketid the icon name doesn't match: GET /assets/dashboard-icons/pocketid.png 404 So there is no icon on the login page. --- docs/OIDC-Guides/OIDC-Setup-With-PocketID.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/OIDC-Guides/OIDC-Setup-With-PocketID.md b/docs/OIDC-Guides/OIDC-Setup-With-PocketID.md index 1d4838f1..5afa0c71 100644 --- a/docs/OIDC-Guides/OIDC-Setup-With-PocketID.md +++ b/docs/OIDC-Guides/OIDC-Setup-With-PocketID.md @@ -41,7 +41,7 @@ Once you have logged in and configured a PassKey you now need to create an OIDC To enable OIDC authentication in RomM, you need to set the following environment variables: - `OIDC_ENABLED`: Set to `true` to enable OIDC authentication. -- `OIDC_PROVIDER`: The lowercase name of the provider (`pocketid`). +- `OIDC_PROVIDER`: The lowercase name of the provider (`pocket-id`). - `OIDC_CLIENT_ID`: The client ID copied from the Pocket ID application - `OIDC_CLIENT_SECRET`: The client secret that is showing within your Pocket ID application. - `OIDC_REDIRECT_URI`: The redirect URI configured in the Pocket ID provider, in the format `https://{host}/api/oauth/openid`.