% oauth_application = rodauth.scope.instance_variable_get(:@oauth_application) %>
<%= oauth_application[rodauth.oauth_applications_name_column] %>
- <%= rodauth.oauth_applications_description_label %>:
- <%= oauth_application[rodauth.oauth_applications_description_column] %>
- <%= rodauth.oauth_applications_homepage_url_label %>:
- <%= oauth_application[rodauth.oauth_applications_homepage_url_column] %>
- <%= rodauth.oauth_applications_client_id_label %>:
- <%= oauth_application[rodauth.oauth_applications_client_id_column] %>
- <%= rodauth.oauth_applications_redirect_uri_label %>:
- <%= oauth_application[rodauth.oauth_applications_redirect_uri_column] %>
- <%= rodauth.oauth_applications_scopes_label %>:
- <%= oauth_application[rodauth.oauth_applications_scopes_column] %>
<% if rodauth.features.include?(:oauth_jwt) %>
- <%= rodauth.oauth_applications_jws_jwk_label %>:
- <%= oauth_application[rodauth.oauth_applications_jws_jwk_column] %>
- <%= rodauth.oauth_applications_jwt_public_key_label %>:
- <%= oauth_application[rodauth.oauth_applications_jwt_public_key_column] %>
<% end %>