Class LocalServiceProviderConfiguration
The local service provider configuration specifies the configuration for the local service provider.
Inheritance
LocalServiceProviderConfiguration
Inherited Members
Namespace: ComponentSpace.Saml2.Configuration
Assembly: ComponentSpace.Saml2.dll
Syntax
public class LocalServiceProviderConfiguration : LocalProviderConfiguration
Properties
AssertionConsumerServiceUrl
Gets or sets the service provider's assertion consumer service (ACS) URL.
The assertion consumer service URL is the endpoint at which the SAML response is received.
Declaration
public string AssertionConsumerServiceUrl { get; set; }
Property Value
Type | Description |
---|---|
string | The service provider's assertion consumer service (ACS) URL. |