Discuss this help topic in SecureBlackbox Forum

TElSAMLServiceProvider.IDPAllowCreateIdentifier

TElSAMLServiceProvider     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


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.

See also:     TElSAMLNameIDPolicyElement.AllowCreate    

Discuss this help topic in SecureBlackbox Forum