Authorize Application
{{ display_name or client_id }} wants to access your account.
{% if scope_descriptions %}This will allow the application to:
-
{% for scope in scope_descriptions %}
- {{ scope.description }} {% endfor %}
This will allow the application to:
-
{% for scope in scopes %}
- {{ scope }} {% endfor %}