Class LocalProviderConfiguration
The local provider configuration is configuration common to local identity providers and service providers.
Inheritance
Inherited Members
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. |