{% 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 not role_names %} 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 role_name in role_names %} {% endfor %} {% for scope_info in scope_descriptions %}
{% endfor %}
{% endblock %}