{% extends "base.html" %} {% block title %}SSO Settings — ComplyForm Dashboard{% endblock %} {% block content %}

SSO Configuration

SAML / OIDC Single Sign-On

{% if sso_config %}

Domain cannot be changed. Delete and recreate to use a different domain.

{% endif %}
{% if can_enforce %}
{% endif %}
{% if sso_config %}

Danger Zone

Deleting SSO configuration will force all SSO users to sign in with Google.

{% endif %}
{% endblock %}