Skip to content

Commit cb3248b

Browse files
committed
oidc: add acr_values parameter
1 parent c45bd11 commit cb3248b

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

templates/gateway_configmap.yaml

+8
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,14 @@ data:
6969
{{- if $provider.profile_scope_override }}
7070
profile_scope_override = "{{ $provider.profile_scope_override }}"
7171
{{- end }}
72+
{{- if $provider.acr }}
73+
acr = "{{ $provider.acr }}"
74+
amr = [
75+
{{- range $provider.amr }}
76+
"{{ . }}",
77+
{{- end }}
78+
]
79+
{{- end }}
7280
{{- end }}
7381
{{- end }}
7482

0 commit comments

Comments
 (0)