{% extends 'generic/object.html' %} {% load buttons %} {% load perms %} {% block content %}
SAML Configuration
ACS URL {{ object.saml_config.acs_url }}
Logout URL {{ object.saml_config.logout_url }}
Force AuthnRequest {{ object.saml_config.force_nauth }}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %}
{% if request.user|can_change:object.saml_config %} {% edit_button object.saml_config %} {% endif %} {% if request.user|can_delete:object.saml_config %} {% delete_button object.saml_config %} {% endif %}
{% endblock content %}