diff --git a/templates/vhost/_auth_oidc.erb b/templates/vhost/_auth_oidc.erb index dd0faa42..196e172c 100644 --- a/templates/vhost/_auth_oidc.erb +++ b/templates/vhost/_auth_oidc.erb @@ -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 -%>