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:
Hendrik Sievers
2024-03-14 20:50:39 +01:00
committed by GitHub
parent 29189a9af0
commit 4c891d8ef0
+4 -3
View File
@@ -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