Skip to content

Provider Pocket ID

Kolin edited this page Jun 13, 2026 · 1 revision

Provider: Pocket ID

Pocket ID Client Configuration

  1. In Pocket ID, go to Admin → OIDC Clients → Create.
  2. Set the Redirect URI:
    https://<your-jellyfin-domain>/sso/OID/redirect/pocket-id
    
  3. Copy the Client ID and Client Secret.
  4. Ensure groups/roles are included in the ID token claims.

Jellyfin Plugin Configuration

Field Value
Provider Name pocket-id
OpenID Endpoint https://<pocket-id-domain>
Client ID from Pocket ID
Client Secret from Pocket ID
Role Claim groups

RBAC Configuration

Set Roles to the Pocket ID group names allowed to log in, and Admin Roles for groups that receive admin access.

Redirect URI

https://<your-jellyfin-domain>/sso/OID/redirect/pocket-id

Clone this wiki locally