SecureBlackbox 2020 Python Edition

Questions / Feedback?

authn_request_use_force_authn Property

Controls inclusion of ForceAuthn attribute in the request.

Syntax

def get_authn_request_use_force_authn() -> bool: ...

authn_request_use_force_authn = property(get_authn_request_use_force_authn, None)

Default Value

FALSE

Remarks

Controls inclusion of ForceAuthn attribute in the request.

Use this property to check or enable presence of the ForceAuthn attribute in the authentication request. Set this property to false to suppress inclusion of the attribute.

This property is read-only.

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