Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/OIDC-Guides/OIDC-Setup-With-PocketID.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down