SecureBlackbox 2020 macOS Edition

Questions / Feedback?

PreferredIDPToSPBinding Property

Specifies the preferred IdP to SP binding.

Syntax

public var preferredIDPToSPBinding: SamlspserverPreferredIDPToSPBindings {
get {...}
set {...} }

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

Default Value

4

Remarks

Specifies the preferred binding (message exchange mechanism) used for communication with Identity Provider (IdP).

csbtNone0
csbtSOAP1
csbtPAOS2
csbtRedirect3
csbtPOST4
csbtArtifact5

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