SecureBlackbox 2020 Python Edition

Questions / Feedback?

authn_request_is_passive Property

Maps to the IsPassive parameter of the request.

Syntax

def get_authn_request_is_passive() -> bool: ...

authn_request_is_passive = property(get_authn_request_is_passive, None)

Default Value

FALSE

Remarks

Maps to the IsPassive parameter of the request.

Use this property to access or set the IsPassive parameter of the authentication request. IsPassive sets out the control the identity provider and user agent have over the authenticating users UI.

This property is read-only.

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