Skip to content

Commit

Permalink
Merge pull request #2191 from aba-rechsteiner/main
Browse files Browse the repository at this point in the history
add double quote on scope parameter
  • Loading branch information
david22swan authored Sep 20, 2021
2 parents d7a1d8c + dcd0d59 commit 9fae75a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/vhost/_auth_oidc.erb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<% if @auth_oidc -%>
<% @oidc_settings.each do |key, value| %>
OIDC<%= key %> <%= value -%>
OIDC<%= key %> <% if key == 'Scope' -%>"<%= value -%>"<% else -%><%= value -%><% end-%>
<% end %>
<% end -%>

0 comments on commit 9fae75a

Please sign in to comment.