chore: use 2 space yaml (#61)

and make clear that other id token signing algs are possible
This commit is contained in:
Merlijn
2025-04-04 11:56:51 +02:00
committed by GitHub
parent 178cd4df49
commit 881a6cb0be
2 changed files with 29 additions and 29 deletions

View File

@@ -19,8 +19,8 @@ By default, the integration assumes you configure Home Assistant as a **public c
```yaml
auth_oidc:
client_id: "example"
discovery_url: "https://example.com/.well-known/openid-configuration"
client_id: "example"
discovery_url: "https://example.com/.well-known/openid-configuration"
```
When registering Home Assistant at your OIDC provider, use `<your HA URL>/auth/oidc/callback` as the callback URL and select 'public client'. You should now get the `client_id` and `issuer_url` or `discovery_url` to fill in.