Show / Hide Table of Contents

Class LocalProviderConfiguration

The local provider configuration is configuration common to local identity providers and service providers.

Inheritance
System.Object
Entity
ProviderConfiguration
LocalProviderConfiguration
LocalIdentityProviderConfiguration
LocalServiceProviderConfiguration
Inherited Members
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 abstract class LocalProviderConfiguration : ProviderConfiguration

Properties

ArtifactResolutionServiceUrl

Gets or sets the local provider's artifact resolution service URL.

Declaration
public string ArtifactResolutionServiceUrl { get; set; }
Property Value
Type Description
System.String

The local provider's artifact resolution service URL.

DisableSchemaCheck

Gets or sets the flag indicating whether the received message is checked against the XML schema.

Declaration
public bool DisableSchemaCheck { get; set; }
Property Value
Type Description
System.Boolean

The flag indicating whether the received message is checked against the XML schema.

ResolveToHttps

Gets or sets the flag indicating whether local URLs should be resolved to HTTPS.

Declaration
public bool ResolveToHttps { get; set; }
Property Value
Type Description
System.Boolean

The flag indicating whether local URLs should be resolved to HTTPS.

SingleLogoutServiceUrl

Gets or sets the local provider's single logout service URL.

The single logout service URL is the endpoint at which SAML logout messages are received.

Declaration
public string SingleLogoutServiceUrl { get; set; }
Property Value
Type Description
System.String

The local provider's single logout service URL.

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