Class LocalServiceProviderConfiguration
The local service provider configuration specifies the configuration for the local service provider.
Inheritance
System.Object
LocalServiceProviderConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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 |
---|---|
System.String | The service provider's assertion consumer service (ACS) URL. |