feat(authelia) enable OAuth Consent Options (#5215)

* initial

* add descriptions
This commit is contained in:
MaverickD650
2022-12-08 19:24:32 +00:00
committed by GitHub
parent 536febfefd
commit d26c7ac7ea
4 changed files with 18 additions and 1 deletions
@@ -205,6 +205,7 @@ data:
public: {{ $client.public }}
{{- end }}
authorization_policy: {{ default "two_factor" $client.authorization_policy }}
consent_mode: {{ default "auto" $client.consent_mode}}
redirect_uris:
{{- range $client.redirect_uris }}
- {{ . }}