SecureBlackbox 2020 Python Edition

Questions / Feedback?

allow_idpsso Property

Specifies if IdP-initiated Single Sign-On (SSO) is allowed.

Syntax

def get_allow_idpsso() -> bool: ...
def set_allow_idpsso(value: bool) -> None: ...

allow_idpsso = property(get_allow_idpsso, set_allow_idpsso)

Default Value

FALSE

Remarks

Set this property to true to allow IdP-initiated Single Sign-Ons. Use add_id_psso_link method to add sign-on URLs.

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