diff --git a/docs/provider-configurations/authelia.md b/docs/provider-configurations/authelia.md index 1a10a1b..5612729 100644 --- a/docs/provider-configurations/authelia.md +++ b/docs/provider-configurations/authelia.md @@ -24,7 +24,7 @@ identity_providers: - 'openid' - 'profile' - 'groups' - userinfo_signed_response_alg: 'RS256' + id_token_signed_response_alg: 'RS256' ``` Home Assistant `configuration.yaml` @@ -56,7 +56,7 @@ identity_providers: - 'openid' - 'profile' - 'groups' - userinfo_signed_response_alg: 'RS256' + id_token_signed_response_alg: 'RS256' token_endpoint_auth_method: 'client_secret_post' ``` @@ -66,4 +66,4 @@ auth_oidc: client_id: "homeassistant" client_secret: "insecure_secret" discovery_url: "https://auth.example.com/.well-known/openid-configuration" -``` \ No newline at end of file +```