PreferredSingleSignOnResponseBinding Property
Specifies preferred SSO response binding.
Syntax
property PreferredSingleSignOnResponseBinding: TsbxSAMLBindingTypes read get_PreferredSingleSignOnResponseBinding write set_PreferredSingleSignOnResponseBinding;
TsbxSAMLBindingTypes = ( csbtNone, csbtSOAP, csbtPAOS, csbtRedirect, csbtPOST, csbtArtifact );
Default Value
csbtPOST
Remarks
This value is used by the Identity Provider (IdP) when the default binding is not specified in Service Provider's (SP) metadata file.
The binding is the mechanism of message exchange used by SAML requestors and responders.
csbtNone | 0 | |
csbtSOAP | 1 | |
csbtPAOS | 2 | |
csbtRedirect | 3 | |
csbtPOST | 4 | |
csbtArtifact | 5 |