SecureBlackbox 2020 Python Edition

Questions / Feedback?

idpsso_page_content Property

The content of the IdP-initiated SSO page.

Syntax

def get_idpsso_page_content() -> str: ...
def set_idpsso_page_content(value: str) -> None: ...

idpsso_page_content = property(get_idpsso_page_content, set_idpsso_page_content)

Default Value

""

Remarks

Use this property to specify the content of the Single Sign-On (SSO) page initiated by this Identity Provider (IdP).

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