SecureBlackbox 2020 Python Edition

Questions / Feedback?

preferred_idp_to_sp_binding Property

Specifies the preferred IdP to SP binding.

Syntax

def get_preferred_idp_to_sp_binding() -> int: ...
def set_preferred_idp_to_sp_binding(value: int) -> None: ...

preferred_idp_to_sp_binding = property(get_preferred_idp_to_sp_binding, set_preferred_idp_to_sp_binding)

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 Python Edition - Version 20.0 [Build 8154]