{% extends "organizations/admin/sso_edit.html" %} {% load blocktrans trans from i18n %} {% load crispy from crispy_forms_tags %} {% block organization_edit_content_subheader %} {% trans "SAML integration" %} {% endblock organization_edit_content_subheader %} {% block organization_edit_sidebar_help_topics %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/en/stable/guides/set-up-single-sign-on-saml.html" text=_("How to set up single sign-on with SAML") is_external=True class="item" %} {% include "includes/elements/link.html" with url="https://docs.readthedocs.io/en/stable/commercial/single-sign-on.html" text=_("Organization single sign-on") is_external=True class="item" %} {% endblock organization_edit_sidebar_help_topics %} {% block organization_edit_content %} {% if not sso_saml_enabled %} {% include "organizations/includes/feature_disabled.html" with organization=organization plan="Pro" %} {% endif %} {% if sso_integration %}
{% trans "Invite new users into your organization" %}

{% trans "You can invite people to join your organization by sending them this link:" %}

{% trans "Invite existing users into your organization" %}

{% trans "You can invite existing users to join your organization by sending them this link:" %}

{% endif %} {% if sso_saml_enabled %}

{% trans "Configure your SAML provider" %}

{% blocktrans %} Use the following information to configure your SAML integration in your identity provider (IdP). {% endblocktrans %}

{% endif %} {% if sso_integration %}

{% trans "SAML integration details" %}

{% csrf_token %} {{ form | crispy }}
{% else %}

{% trans "Create SAML integration" %}

{% csrf_token %} {{ form | crispy }}
{% endif %} {% endblock organization_edit_content %}