{% extends "master-user.html" %} {% block main %}

The OpenID Connect client {%- if client['homepage'] %} {{ client['name'] }} {% else %} {{ client['name'] }} {%- endif %} is asking to authorize access for {{ username }}.

Please review the authorization details

{%- if client['policy'] %}

Client privacy policy

{% endif %} {%- if client['tos'] %}

Client terms of service

{%- endif %}
{% endblock %}