mirror of
https://github.com/9p4/jellyfin-plugin-sso.git
synced 2026-09-19 13:12:19 +00:00
update authelia example to authelia v4.38
fix warnings in authelia fix authelia using client_secret_basic instead of client_secret_post
This commit is contained in:
+4
-3
@@ -47,10 +47,11 @@ identity_providers:
|
||||
oidc:
|
||||
# hmac secret and private key given by env variables
|
||||
clients:
|
||||
- id: jellyfin
|
||||
description: My media server
|
||||
- client_id: jellyfin
|
||||
client_name: My media server
|
||||
# Client secret should be randomly generated
|
||||
secret: <redacted>
|
||||
client_secret: <redacted>
|
||||
token_endpoint_auth_method: client_secret_post
|
||||
authorization_policy: one_factor
|
||||
redirect_uris:
|
||||
- https://jellyfin.example.com/sso/OID/redirect/authelia
|
||||
|
||||
Reference in New Issue
Block a user