Copy these credentials now. The client secret will not be shown again.
<%= flash[:client_id] %>
<%= flash[:client_secret] %>
<%= @application.description %>
<%= @application.slug %><%= @application.client_id %>
To get a new client secret, use the "Regenerate Credentials" button above.
<%= uri %>
<% end %>
<% else %>
No redirect URIs configured
<% end %>
<%= @application.backchannel_logout_uri %>
When users log out, Clinch will send logout notifications to this endpoint for immediate session termination.
<% else %> Not configuredBackchannel logout is optional. Configure it if the application supports OpenID Connect Backchannel Logout.
<% end %><%= @application.domain_pattern %>
<%= JSON.pretty_generate(@application.headers_config) %>
<% else %>
No groups assigned - all active users can access this application.
<%= group.name %>
<%= pluralize(group.users.count, "member") %>