We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58d3cb6 commit 2a28573Copy full SHA for 2a28573
templates/vhost/_auth_oidc.erb
@@ -1,5 +1,9 @@
1
<% if @auth_oidc -%>
2
<% @oidc_settings.each do |key, value| %>
3
+<% if key == 'Scope' -%>
4
+ OIDC<%= key %> "<%= value -%>"
5
+<% else -%>
6
OIDC<%= key %> <%= value -%>
7
+<% end -%>
8
<% end %>
9
<% end -%>
0 commit comments