Discuss this help topic in SecureBlackbox Forum
The location of the artifact resolution service.
Declaration
[C#]
string ArtifactResolutionService;
[VB.NET]
Property ArtifactResolutionService As String
[Pascal]
property ArtifactResolutionService : string;
[C++]
void get_ArtifactResolutionService(std::string &OutResult);
void set_ArtifactResolutionService(const std::string &Value);
[PHP]
string get_ArtifactResolutionService()
void set_ArtifactResolutionService(string $Value)
[Java]
String getArtifactResolutionService();
void setArtifactResolutionService(String Value);
Description
Use this property to specify the location of the artifact resolution service of this IdP.
The default value is '/idp/ArtifactResolutionService'.
Discuss this help topic in SecureBlackbox Forum