{%extends "base.html"%} {%block title%}Genenetwork3: Register OAuth2 Client{%endblock%} {%block pagetitle%}Register OAuth2 Client{%endblock%} {%block content%} {{flash_messages()}}
Select client scope
{%for scp in scope%}
{%endfor%}
Basic OAuth2 client information
Enter one URI per line
Supported grant types {%for granttype in granttypes%}
{%endfor%}
User information
Other metadata
{%endblock%}