ID {{ sso_provider.id|escape }}
Entity ID {{ sso_provider.saml.entity_id|escape }}
Domains
    {% for domain in sso_provider.domains %}
  • {{ domain|escape }}
  • {% endfor %}
Created At {{ sso_provider.created_at|escape }}
Updated At {{ sso_provider.updated_at|escape }}
Metadata XML {{ sso_provider.saml.metadata_xml|default("")|escape }}
Attribute Mapping {{ mapping_json|escape }}