SecureBlackbox 2020 Python Edition

Questions / Feedback?

preferred_single_sign_on_response_binding Property

Specifies preferred SSO response binding.

Syntax

def get_preferred_single_sign_on_response_binding() -> int: ...
def set_preferred_single_sign_on_response_binding(value: int) -> None: ...

preferred_single_sign_on_response_binding = property(get_preferred_single_sign_on_response_binding, set_preferred_single_sign_on_response_binding)

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