SecureBlackbox 2020 Python Edition

Questions / Feedback?

authn_request_name_id_policy_allow_create Property

Matches the AllowCreate attribute of NameIDPolicy element of the request.

Syntax

def get_authn_request_name_id_policy_allow_create() -> bool: ...
def set_authn_request_name_id_policy_allow_create(value: bool) -> None: ...

authn_request_name_id_policy_allow_create = property(get_authn_request_name_id_policy_allow_create, set_authn_request_name_id_policy_allow_create)

Default Value

FALSE

Remarks

Matches the AllowCreate attribute of NameIDPolicy element of the request.

Use this property to access or set the AllowCreate attribute of NameIDPolicy, which allows or disallows the identity provider to create a new identifier when processing the authentication request.

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