Discuss this help topic in SecureBlackbox Forum
Specifies the location of the AssertionConsumerService endpoint.
Declaration
[C#]
string AssertionConsumerService;
[VB.NET]
Property AssertionConsumerService As String
[Pascal]
property AssertionConsumerService : string;
[C++]
void get_AssertionConsumerService(std::string &OutResult);
void set_AssertionConsumerService(const std::string &Value);
[PHP]
string get_AssertionConsumerService()
void set_AssertionConsumerService(string $Value)
[Java]
String getAssertionConsumerService();
void setAssertionConsumerService(String Value);
Description
Use this property to specify the relative URL of the AssertionConsumerService endpoint of this SP.
The default value is '/sp/AssertionConsumerService'.
Discuss this help topic in SecureBlackbox Forum