{% block extra_css %}{% endblock %}

{{ config.NAME }}

{% trans %}OAuth 2.0 Demonstration Client{% endtrans %}

{% if g.server_config and g.server_config.issuer_url %}

{{ g.server_config.issuer_url|replace('https://', '')|replace('http://', '') }}

{{ g.server_config.display_name }} • {% trans %}playground{% endtrans %} {% if session.token %} • {% trans %}tokens{% endtrans %} {% endif %} • {% trans %}specs{% endtrans %} {% if not config.OAUTH_AUTH_SERVER %} • {% trans %}switch{% endtrans %} {% endif %}

{% elif config.OAUTH_AUTH_SERVER %}

{{ config.OAUTH_AUTH_SERVER|replace('https://', '')|replace('http://', '') }}

{{ g.server_config.display_name }}

{% else %}

 

 

{% endif %}
{% with messages = get_flashed_messages(with_categories=true) %} {% if messages %} {% for category, message in messages %}
{{ message }}
{% endfor %} {% endif %} {% endwith %} {% block content %}{% endblock %}
{% block scripts %}{% endblock %}