Discuss this help topic in SecureBlackbox Forum
Specifies whether the SourceID of the IdP is computed automatically.
Declaration
[C#]
bool AutoIDPSourceID;
[VB.NET]
Property AutoIDPSourceID As Boolean
[Pascal]
property AutoIDPSourceID : boolean;
[C++]
bool get_AutoIDPSourceID();
void set_AutoIDPSourceID(bool Value);
[PHP]
bool get_AutoIDPSourceID()
void set_AutoIDPSourceID(bool $Value)
[Java]
boolean getAutoIDPSourceID();
void setAutoIDPSourceID(boolean Value);
Description
Set this property to true to automatically compute the SourceID (hash value of the identification URL) of the Identity Provider.
The default value is true.
Discuss this help topic in SecureBlackbox Forum