Skip to content

Commit 5e91499

Browse files
authored
Merge pull request #57 from canizarex/patch-1
Change OIDC_PROVIDER to pocket-id instead of pocketid
2 parents 4d2e1af + 17abbf5 commit 5e91499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/OIDC-Guides/OIDC-Setup-With-PocketID.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ Once you have logged in and configured a PassKey you now need to create an OIDC
4141
To enable OIDC authentication in RomM, you need to set the following environment variables:
4242

4343
- `OIDC_ENABLED`: Set to `true` to enable OIDC authentication.
44-
- `OIDC_PROVIDER`: The lowercase name of the provider (`pocketid`).
44+
- `OIDC_PROVIDER`: The lowercase name of the provider (`pocket-id`).
4545
- `OIDC_CLIENT_ID`: The client ID copied from the Pocket ID application
4646
- `OIDC_CLIENT_SECRET`: The client secret that is showing within your Pocket ID application.
4747
- `OIDC_REDIRECT_URI`: The redirect URI configured in the Pocket ID provider, in the format `https://{host}/api/oauth/openid`.

0 commit comments

Comments
 (0)