{%- extends "page.html" -%} {%- block stylesheet -%} {# #} {%- endblock -%} {%- block main -%}

Authorize access

A service is attempting to authorize with your JupyterHub account

{{ oauth_client.description }} (oauth URL: {{ oauth_client.redirect_uri }}) would like permission to identify you. {%- if scopes == ["identify"] %} It will not be able to take actions on your behalf.{%- endif -%}

The application will be able to:

{%- for scope in scopes %}
{%- endfor %}
{%- endblock -%}