NanoIDP
Authorization Request
{% if error %}
{{ 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 %}
Username
Password
Authorize
Sign in to authorize this application