| title | OpenID Connect |
|---|---|
| description | Configure OpenID Connect settings. |
| sidebar_position | 2.5 |
Jellyseerr supports OpenID Connect (OIDC) for authentication and authorization. To begin setting up OpenID Connect, follow these steps:
- First, enable OpenID Connect on the User settings page.
- Once enabled, access OpenID Connect settings using the cog icon to the right.
- Add a new provider by clicking the "Add Provider" button.
- Configure the provider with the options described below.
- Link your OpenID Connect account to your Jellyseerr account using the "Link Account" button on the Linked Accounts page in your user's settings.
- Finally, you should be able to log in using your OpenID Connect account.
Name of the provider which appears on the login screen.
Configuring this setting will automatically determine the provider slug, unless it is manually specified.
The logo to display for the provider. Should be a URL or base64 encoded image.
:::tip
The search icon at the right of the logo field opens the selfh.st/icons database. These icons include popular self-hosted OpenID Connect providers.
:::
The base URL of the identity provider's OpenID Connect endpoint
The Client ID assigned to Jellyseerr
The Client Secret assigned to Jellyseerr
Unique identifier for the provider
Space-separated list of scopes to request from the provider
Space-separated list of boolean claims that are required to log in
Create accounts for new users logging in with this provider
To set up Keycloak, follow these steps:
-
Set the client ID to
jellyseerr, and set the name to "Jellyseerr" (or whatever you prefer).
-
Next, be sure to enable "Client authentication" in the capabilities section. The remaining defaults should be fine.

-
Finally, set the root url to your Jellyseerr instance's URL, and add the login page as a valid redirect URL.

-
With all that set up, you should be able to configure Jellyseerr to use Keycloak for authentication. Be sure to copy the client secret from the credentials page, as shown above. The issuer URL can be obtained from the "Realm Settings" page, by copying the link titled "OpenID Endpoint Configuration".

