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

@@ -48,7 +48,7 @@ If your provider isn't listed above, you might want to configure OIDC settings y
auth_oidc:
client_id: ""
discovery_url: ""
id_token_signing_alg: <HS256 or RS256>
id_token_signing_alg: <HS256, RS256, ES256, ...>
groups_scope: <groups scope>
claims:
display_name: <display name claim from your provider>