{% extends 'generic/object.html' %}
{% block extra_controls %}
Add HTTP Header
{% if not object.saml_config %}
Add SAML Configuration
{% endif %}
{% endblock %}
{% block content %}
Name |
{{ object.source }} |
Comment |
{% if object.Comment %}
{{ object.Comment }}
{% else %}
{{ ''|placeholder }}
{% endif %}
|
{% include 'inc/panels/custom_fields.html' %}
{% include 'inc/panels/tags.html' %}
Source |
{{ object.source }} |
Target |
{{ object.target }} |
Authentication |
{{ object.authentication }} |
Testing page |
{{ object.testingpage }} |
Webdav |
{{ object.webdav }} |
Comment |
{% if object.Comment %}
{{ object.Comment }}
{% else %}
{{ ''|placeholder }}
{% endif %}
|
{% if object.saml_config %}
ACS URL |
{{ object.saml_config.acs_url }} |
Logout URL |
{{ object.saml_config.logout_url }} |
Force AuthnRequest |
{{ object.saml_config.force_nauth }} |
{% endif %}
{% endblock content %}