NanoIDP

Authorization Request
{% if error %} {% endif %}
{{ client_id }} wants to access your account
Requested permissions:
{% for s in scope.split() %} {% if s == 'openid' %} {% elif s == 'profile' %} {% elif s == 'email' %} {% elif s == 'offline_access' %} {% else %} {% endif %} {{ s }} {% endfor %}
Sign in to authorize this application