Table of Contents

Class LocalIdentityProviderConfiguration

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

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

public class LocalIdentityProviderConfiguration : LocalProviderConfiguration
Inheritance
LocalIdentityProviderConfiguration
Inherited Members

Properties

SingleSignOnServiceUrl

Gets or sets the identity provider's single sign-on service URL.

The single sign-on service URL is the endpoint at which the SAML authn request is received.

public string SingleSignOnServiceUrl { get; set; }

Property Value

string

The identity provider's single sign-on service URL.