SecureBlackbox 2020 Python Edition

Questions / Feedback?

sign_assertions Property

Specifies whether the assertions included in IdP responses should be signed.

Syntax

def get_sign_assertions() -> bool: ...
def set_sign_assertions(value: bool) -> None: ...

sign_assertions = property(get_sign_assertions, set_sign_assertions)

Default Value

FALSE

Remarks

Set this property to True to automatically sign the assertions included into the Identity Provider (IdP) responses.

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