{% extends 'base.html' %} {% load i18n %} {% block extrahead %} {% endblock extrahead %} {% block content %}
{% blocktrans %} Below you can see the list of URLs, divided into 2 categories: (1) Fail, (2) success. Fail URLs obviously fail (401 Unauthorized). The other two should work (you should get a password-less login into the Django web site). {% endblocktrans %}
{% trans "Fail" %} | {% trans "Success" %} |
{% trans "Log in" %} - {{ title }} | {% trans "Log in" %} - {{ title }} |
{% blocktrans %} Below you can see the list of provider specific URLs, divided into 2 categories: (1) Fail, (2) success. Fail URLs obviously fail (401 Unauthorized). The other two should work (you should get a password-less login into the Django web site). {% endblocktrans %}
{% trans "Fail" %} | {% trans "Success" %} |
{% trans "Log in" %} - {{ title }} | {% trans "Log in" %} - {{ title }} |
{% blocktrans %} Below you can see the list of provider specific signed valid URLs that still fail because they do not pass validation rules defined in the ``examples.simple.foo.ska_callbacks.Client1Validate#admins`` callback. Fail URLs obviously fail (403 Permission Denied). {% endblocktrans %}
{% trans "Fail" %} |
{% trans "Log in" %} - {{ title }} ({{ description }}) |