Table of Contents

Class LocalProviderConfiguration

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

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

public abstract class LocalProviderConfiguration : ProviderConfiguration
Inheritance
LocalProviderConfiguration
Derived
Inherited Members

Properties

ArtifactResolutionServiceUrl

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

public string ArtifactResolutionServiceUrl { get; set; }

Property Value

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.

public bool DisableSchemaCheck { get; set; }

Property Value

bool

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.

public bool ResolveToHttps { get; set; }

Property Value

bool

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.

public string SingleLogoutServiceUrl { get; set; }

Property Value

string

The local provider's single logout service URL.