- {% trans %}SAML Metadata{% endtrans %}
{{ url_for("sso.saml_metadata", service_uuid=service.uuid, _external=True) }}
- {% trans %}SSO redirect binding{% endtrans %}
{{ url_for("sso.saml_redirect", service_uuid=service.uuid, _external=True) }}
- {% trans %}ACS{% endtrans %}
{{ service.config["acs"] }}
- {% trans %}IDP certificate{% endtrans %}
{{ service.config["idp_cert"] }}
- {% trans %}SP certificate{% endtrans %}
{{ service.config["sp_cert"] }}
- {% trans %}SP private key{% endtrans %}
{{ service.config["sp_key"] }}