SecureBlackbox 2020 PHP Edition

Questions / Feedback?

AuthnRequestNameIDPolicyAllowCreate Property

Matches the AllowCreate attribute of NameIDPolicy element of the request.

Object Oriented Interface

public function getAuthnRequestNameIDPolicyAllowCreate();
public function setAuthnRequestNameIDPolicyAllowCreate($value);

Procedural Interface

secureblackbox_samlwriter_get($res, 84 );
secureblackbox_samlwriter_set($res, 84, $value );

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.

This property is not available at design time.

Data Type

Boolean

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