Discuss this help topic in SecureBlackbox Forum
The location of the AttributeQuery service.
Declaration
[C#]
string AttributeQueryService;
[VB.NET]
Property AttributeQueryService As String
[Pascal]
property AttributeQueryService : string;
[C++]
void get_AttributeQueryService(std::string &OutResult);
void set_AttributeQueryService(const std::string &Value);
[PHP]
string get_AttributeQueryService()
void set_AttributeQueryService(string $Value)
[Java]
String getAttributeQueryService();
void setAttributeQueryService(String Value);
Description
Use this property to specify the relative URL of the AttributeQuery service provided by this IdP.
The default value is '/idp/AttributeQueryService'.
Discuss this help topic in SecureBlackbox Forum