{% comment %} Copyright 2010 Canonical Ltd. This software is licensed under the GNU Affero General Public License version 3 (see the file LICENSE). {% endcomment %} {% comment %} This module is based on code from Django OpenID. Please see the license file in thirdparty/django-openid. {% endcomment %} Django OpenID Example Consumer

This is an example consumer

It is embedded in the SSO provider framework for QA purposes only. You can see this page because you have TESTING=True in your settings.

{% if error %}
{{ error|escape }}
{% endif %} {% if url %}
OpenID authentication succeeded; you authenticated as {{ url|escape }}.

{% if sreg %} Simple Registration data returned:

    {% for pair in sreg %}
  • {{ pair.0 }}: {{ pair.1 }}
  • {% endfor %}
{% else %} The server returned no Simple Registration data. {% endif %} {% if teams %} You are currently member of the following teams:
    {% for team in teams %}
  • {{ team }}
  • {% endfor %}
{% else %} The server returned no teams data. {% endif %}

{% endif %} {% if message %}
{{ message|escape }}
{% endif %} {% if failure_reason %}
{{ failure_reason|escape }}
{% endif %}
{% csrf_token %}

Mode:


Also request:

{% for field in sreg_fields %} {% for i in sreg_states %} {% endfor %} {% endfor %}
Req Opt No Field
{{ field.label|safe }}

Test logout