Saml (Section)#

Path: /profiles/profile{id, type}/settings/authentication-service/protocols/protocol{id}/saml

A SAML Protocol plugin for integration with services like ADFS and other SAML providers

Parameters#

NameTypeRequiredDefaultDescription
signing-keyleafrefrequiredReference to the key that is used to sign the login token. The signing key must be accompanied by a certificate.
recipient-entity-idstringrequiredThe recipient or audience of the SAML response messages and assertions
acs-urlurirequiredThe Assertion Consumer Service (ACS) URL where SAML Response messages are posted to
saml-federation-service-typeenumerationoptionalgenericThe type of Federation Service that will receive the login token
saml-clock-skewuint32optional60The number of seconds allowed for clock skew (subtracted from or added to the issuance timestamp, considering saml-message-time-to-live) that is used to compute the time before or after which a token must not be used
saml-assertion-time-to-liveuint32optional300The number of seconds that SAML assertions are valid.
include-session-index-in-responsebooleanoptionalfalseInclude SessionIndex in AuthnStatement of the SAML response.
logout-service-urlurioptionalThe URL to send logout responses to. If empty, the ACS URL will be used.
sign-assertionsbooleanoptionalfalseSign the assertion in addition to the response.
saml-message-time-to-liveuint32optional300The number of seconds after issuance that a SAML message is considered to be valid.

Was this helpful?