{% extends "saml/sp/base.html" %} {% block content %} You are now logged out of this Service Provider.
{% if idp_logout_url %} You are still logged into your Identity Provider. You should logout of your Identity Provider here:
{{ idp_logout_url }} {#XXX: Maybe this should happen as a redirect, rather than as javascript. #} {% if autosubmit %} {% endif %} {% endif %} {% endblock content %}