Skip to content
Snippets Groups Projects
Commit b4e24842 authored by Mark's avatar Mark
Browse files

remove hardcoded response types

parent c16dc863
No related branches found
No related tags found
1 merge request!40WIP: Update hydra
Pipeline #6366 failed with stages
in 1 second
......@@ -12,10 +12,7 @@ spec:
{{- range .responseTypes }}
- {{ . }}
{{- end }}
- id_token
- code
- token
scope: {{ .scopes | quote }}
scope: "{{ .scopes | quote }}"
secretName: oauth2-client-{{ .clientName }}
redirectUris:
- {{ .redirectUri | quote }}
......
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