{% extends 'op_base.html' %} {% load i18n %} {% load static %} {% block menu_links %} {% endblock menu_links %} {% block container %}
{% csrf_token %}

{% trans 'Relying Party test page' %}

{% trans "You're a staff user and currently testing " %}{{session.client_id}}.


  Configuration

{% trans "The callback url where the auth code will be sent" %}

  Tests
  • {% trans "automatic test" %}
  • response code: 200
  • authz url: url
  • redirect uri: url
  • last : datetime here

{% trans "Deny consent" %}
{% endblock container %}