Skip to content

Commit

Permalink
fix(kyak): add jellyfin oauth
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Witlin <[email protected]>
  • Loading branch information
coolguy1771 committed Jan 13, 2024
1 parent c45a430 commit ed11ac6
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,11 @@ identity_providers:
scopes: ["openid", "profile", "groups", "email"]
redirect_uris: ["https://miniflux.witl.xyz/oauth2/oidc/callback"]
userinfo_signed_response_alg: none
- id: jellyfin
description: jellyfin
public: false
secret: "${JELLYFIN_OAUTH_CLIENT_SECRET}"
authorization_policy: two_factor
pre_configured_consent_duration: 1y
scopes: ["openid", "profile", "groups", "email"]
redirect_uris: [ "https://jellyfin.witl.xyz/sso/OID/redirect/authelia" ]

0 comments on commit ed11ac6

Please sign in to comment.