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`.