Skip to content

Commit 9fae75a

Browse files
authored
Merge pull request #2191 from aba-rechsteiner/main
add double quote on scope parameter
2 parents d7a1d8c + dcd0d59 commit 9fae75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/vhost/_auth_oidc.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<% if @auth_oidc -%>
22
<% @oidc_settings.each do |key, value| %>
3-
OIDC<%= key %> <%= value -%>
3+
OIDC<%= key %> <% if key == 'Scope' -%>"<%= value -%>"<% else -%><%= value -%><% end-%>
44
<% end %>
55
<% end -%>

0 commit comments

Comments
 (0)