SecureBlackbox 2020 Python Edition

Questions / Feedback?

redirect_binding_sign Property

Specifies whether to sign generated messages.

Syntax

def get_redirect_binding_sign() -> bool: ...

redirect_binding_sign = property(get_redirect_binding_sign, None)

Default Value

FALSE

Remarks

Specifies whether to sign generated messages.

Use this property to enable or disable signing of generated binding entities. The SAML specification instructs that the binding should only be signed if the original XML was. This property therefore is only taken into account if the original XML was signed. With that in mind, certain service providers demand the binding to be signed at all times. Use redirect_binding_force_sign property to enforce signatures on all binding entities.

This property is read-only.

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