Table of Contents

Class LocalServiceProviderConfiguration

Namespace
ComponentSpace.Saml2.Configuration
Assembly
ComponentSpace.Saml2.dll

The local service provider configuration specifies the configuration for the local service provider.

public class LocalServiceProviderConfiguration : LocalProviderConfiguration
Inheritance
LocalServiceProviderConfiguration
Inherited Members

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.

public string AssertionConsumerServiceUrl { get; set; }

Property Value

string

The service provider's assertion consumer service (ACS) URL.