SecureBlackbox 2020 Python Edition

Questions / Feedback?

single_logout_service_bindings Property

Defines single logout service bindings.

Syntax

def get_single_logout_service_bindings() -> str: ...
def set_single_logout_service_bindings(value: str) -> None: ...

single_logout_service_bindings = property(get_single_logout_service_bindings, set_single_logout_service_bindings)

Default Value

"+Artifact,+POST,+Redirect"

Remarks

Use this property to specify the single logout service bindings.

The binding is the mechanism of message exchange used by SAML requestors and responders.

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