Skip to content

Commit

Permalink
oidc: add acr_values parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
younesschrifi authored and ElysaSrc committed Jun 26, 2024
1 parent c45bd11 commit 2f4cb1a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions templates/gateway_configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,14 @@ data:
{{- if $provider.profile_scope_override }}
profile_scope_override = "{{ $provider.profile_scope_override }}"
{{- end }}
{{- if $provider.acr }}
acr = "{{ $provider.acr }}"
amr = [
{{- range $provider.amr }}
"{{ . }}",
{{- end }}
]
{{- end }}
{{- end }}
{{- end }}
Expand Down

0 comments on commit 2f4cb1a

Please sign in to comment.