SecureBlackbox 2020 Python Edition

Questions / Feedback?

sp_to_idp_binding Property

Specifies the IdP to SP binding to use.

Syntax

def get_sp_to_idp_binding() -> int: ...
def set_sp_to_idp_binding(value: int) -> None: ...

sp_to_idp_binding = property(get_sp_to_idp_binding, set_sp_to_idp_binding)

Default Value

3

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 preferred_idp_to_sp_binding.

csbtNone0
csbtSOAP1
csbtPAOS2
csbtRedirect3
csbtPOST4
csbtArtifact5

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