Show / Hide Table of Contents

Class LocalServiceProviderConfiguration

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

Inheritance
System.Object
Entity
ProviderConfiguration
LocalProviderConfiguration
LocalServiceProviderConfiguration
Inherited Members
LocalProviderConfiguration.DisableSchemaCheck
LocalProviderConfiguration.ResolveToHttps
LocalProviderConfiguration.SingleLogoutServiceUrl
LocalProviderConfiguration.ArtifactResolutionServiceUrl
ProviderConfiguration.Name
ProviderConfiguration.Description
ProviderConfiguration.LocalCertificates
Entity.Id
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.

In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.