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' - 'openid'
- 'profile' - 'profile'
- 'groups' - 'groups'
userinfo_signed_response_alg: 'RS256' id_token_signed_response_alg: 'RS256'
``` ```
Home Assistant `configuration.yaml` Home Assistant `configuration.yaml`
@@ -56,7 +56,7 @@ identity_providers:
- 'openid' - 'openid'
- 'profile' - 'profile'
- 'groups' - 'groups'
userinfo_signed_response_alg: 'RS256' id_token_signed_response_alg: 'RS256'
token_endpoint_auth_method: 'client_secret_post' token_endpoint_auth_method: 'client_secret_post'
``` ```
@@ -66,4 +66,4 @@ auth_oidc:
client_id: "homeassistant" client_id: "homeassistant"
client_secret: "insecure_secret" client_secret: "insecure_secret"
discovery_url: "https://auth.example.com/.well-known/openid-configuration" discovery_url: "https://auth.example.com/.well-known/openid-configuration"
``` ```