Fix issue in Authelia docs (#56)

This commit is contained in:
Christiaan Goossens
2025-03-03 17:49:46 +01:00
committed by GitHub
parent de321c8817
commit 178cd4df49

View File

@@ -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'
```