{% extends "page.html" %} {% block login_widget %} {% endblock %} {% block main %}

Authorize access

An application is requesting authorization to access data associated with your JupyterHub account

{{ oauth_client.description }} (oauth URL: {{ oauth_client.redirect_uri }}) would like permission to identify you. {% if scope_descriptions | length == 1 and not scope_descriptions[0].scope %} It will not be able to take actions on your behalf. {% endif %}

This will grant the application permission to:

{# these are the 'real' inputs to the form -#} {% for scope in allowed_scopes %} {% endfor %} {% for scope_info in scope_descriptions %}
{% endfor %}
{% endblock %}