{% extends "_base.html" %} {% macro identity_list(subjects) %}
Choose an identity to use.
| Client ID |
{{ client_id }}
|
|---|---|
| Redirect URI |
{{ redirect_uri }}
|
| Scopes |
{% for scope in scopes %}{{ scope }} {% endfor %}
|