Authorize {{ client_name }}
{% if client_description %}
{{ client_description }}
{% endif %}
{{ client_name }} is asking permission to access
your account. If you approve, it will receive:
{% for s in scope_descriptions %}
-
{{ s.label }}
{{ s.description }}
{% if s.claims %}
{% for c in s.claims %}
-
{{ c.name }}
{{ c.value }}
{% endfor %}
{% endif %}
{% endfor %}
You can revoke this approval at any time from the Settings page.