{% extends 'generic/object.html' %} {% block extra_controls %} Add HTTP Header {% if not object.saml_config %} Add SAML Configuration {% endif %} {% endblock %} {% block content %}
MAPPINGS
Name {{ object.source }}
Comment {% if object.Comment %} {{ object.Comment }} {% else %} {{ ''|placeholder }} {% endif %}
{% include 'inc/panels/custom_fields.html' %} {% include 'inc/panels/tags.html' %}
Details
Source {{ object.source }}
Target {{ object.target }}
Authentication {{ object.get_authentication_display|placeholder }}
Testing page {{ object.testingpage }}
Webdav {{ object.webdav|yesno }}
Extra Protocols {{ object.extra_protocols|placeholder }}
Comment {% if object.Comment %} {{ object.Comment }} {% else %} {{ ''|placeholder }} {% endif %}
gzip proxied {{ object.gzip_proxied|yesno }}
Keepalive requests {{ object.keepalive_requests }}
Keepalive timeout {{ object.keepalive_timeout }} s
Proxy cache {{ object.proxy_cache|yesno }}
Proxy read timeout {{ object.proxy_read_timeout }} s
Client max body size {{ object.client_max_body_size }} MB
Sorry Page {{ object.sorry_page }}
{% if object.saml_config %}
SAML Configuration
ACS URL {{ object.saml_config.acs_url }}
Logout URL {{ object.saml_config.logout_url }}
Force AuthnRequest {{ object.saml_config.force_nauth }}
{% endif %}
{% endblock content %}