UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit a23b5f91 authored by ablanchard's avatar ablanchard
Browse files

Added 'requested_scopes' list as an overridable value.

parent 046d6208
No related branches found
No related tags found
1 merge request!417Integrate kibana with google auth
......@@ -31,7 +31,7 @@ sso:
{{- if .token_url }}
token_url: {{ .token_url | quote }}
{{- end }}
{{- if .userinfo_ur }}
{{- if .userinfo_url }}
userinfo_url: {{ .userinfo_url | quote }}
{{- end }}
{{- if .jwkset_url }}
......@@ -43,6 +43,12 @@ sso:
{{- if .claims_principal_pattern }}
claims_principal_pattern: {{ .claims_principal_pattern | quote }}
{{- end }}
{{- if .requested_scopes }}
requested_scopes:
{{- range .requested_scopes }}
- {{ . | quote }}
{{- end }}
{{- end }}
{{- if .signature_algorithm }}
signature_algorithm: {{ .signature_algorithm | quote }}
{{- end }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment