We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4d2e1af + 17abbf5 commit 5e91499Copy full SHA for 5e91499
1 file changed
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
41
To enable OIDC authentication in RomM, you need to set the following environment variables:
42
43
- `OIDC_ENABLED`: Set to `true` to enable OIDC authentication.
44
-- `OIDC_PROVIDER`: The lowercase name of the provider (`pocketid`).
+- `OIDC_PROVIDER`: The lowercase name of the provider (`pocket-id`).
45
- `OIDC_CLIENT_ID`: The client ID copied from the Pocket ID application
46
- `OIDC_CLIENT_SECRET`: The client secret that is showing within your Pocket ID application.
47
- `OIDC_REDIRECT_URI`: The redirect URI configured in the Pocket ID provider, in the format `https://{host}/api/oauth/openid`.
0 commit comments