SecureBlackbox 2020 macOS Edition

Questions / Feedback?

PreferredSingleSignOnResponseBinding Property

Specifies preferred SSO response binding.

Syntax

public var preferredSingleSignOnResponseBinding: SamlidpserverPreferredSingleSignOnResponseBindings {
get {...}
set {...} }

public enum SamlidpserverPreferredSingleSignOnResponseBindings: Int32 { case csbtNone = 0 case csbtSOAP = 1 case csbtPAOS = 2 case csbtRedirect = 3 case csbtPOST = 4 case csbtArtifact = 5 }

Default Value

4

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.

csbtNone0
csbtSOAP1
csbtPAOS2
csbtRedirect3
csbtPOST4
csbtArtifact5

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 macOS Edition - Version 20.0 [Build 8166]