SecureBlackbox 2020 C++ Builder Edition

Questions / Feedback?

SPToIDPBinding Property

Specifies the IdP to SP binding to use.

Syntax

__property TsbxSAMLSPServerSPToIDPBindings SPToIDPBinding = { read=FSPToIDPBinding, write=FSetSPToIDPBinding };
enum TsbxSAMLSPServerSPToIDPBindings { csbtNone=0, csbtSOAP=1, csbtPAOS=2, csbtRedirect=3, csbtPOST=4, csbtArtifact=5 };

Default Value

csbtRedirect

Remarks

Specifies the binding (message exchange mechanism) used for communication with Identity Provider (IdP) that is actually used during the session.

To specify the preferred binding, use PreferredIDPToSPBinding.

csbtNone0
csbtSOAP1
csbtPAOS2
csbtRedirect3
csbtPOST4
csbtArtifact5

Data Type

Integer

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 C++ Builder Edition - Version 20.0 [Build 8154]