Discuss this help topic in SecureBlackbox Forum
Specifies whether the IdP can create a new identifier to represent the principal.
Declaration
[C#]
bool IDPAllowCreateIdentifier;
[VB.NET]
Property IDPAllowCreateIdentifier As Boolean
[Pascal]
property IDPAllowCreateIdentifier : boolean;
[C++]
bool get_IDPAllowCreateIdentifier();
void set_IDPAllowCreateIdentifier(bool Value);
[PHP]
bool get_IDPAllowCreateIdentifier()
void set_IDPAllowCreateIdentifier(bool $Value)
[Java]
boolean getIDPAllowCreateIdentifier();
void setIDPAllowCreateIdentifier(boolean Value);
Description
This property specifies whether the identity provider is allowed to create a new identifier for the principle while fulfilling the request.
The default value is true.
Discuss this help topic in SecureBlackbox Forum