SecureBlackbox 2020 Python Edition

Questions / Feedback?

authn_request_force_authn Property

Corresponds to the ForceAuthn parameter of the request.

Syntax

def get_authn_request_force_authn() -> bool: ...
def set_authn_request_force_authn(value: bool) -> None: ...

authn_request_force_authn = property(get_authn_request_force_authn, set_authn_request_force_authn)

Default Value

FALSE

Remarks

Corresponds to the ForceAuthn parameter of the request.

Use this property to check or set the ForceAuthn parameter of the request, which enforces the identity provider to re-authenticate the presenter.

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