Table of Contents

Class SamlAuthenticationDefaults

Namespace
ComponentSpace.Saml2.Authentication
Assembly
ComponentSpace.Saml2.dll

The SAML authentication handler defaults.

public static class SamlAuthenticationDefaults
Inheritance
SamlAuthenticationDefaults
Inherited Members

Fields

ArtifactResolutionServicePath

The default artifact resolution path.

public const string ArtifactResolutionServicePath = "/SAML/ArtifactResolutionService"

Field Value

string

AssertionConsumerServicePath

The default assertion consumer service path.

public const string AssertionConsumerServicePath = "/SAML/AssertionConsumerService"

Field Value

string

AuthenticationScheme

The default authentication scheme.

public const string AuthenticationScheme = "SAML"

Field Value

string

DisplayName

The default display name.

public const string DisplayName = "SAML"

Field Value

string

ErrorUrl

The default URL to redirect to if login or logout fails.

public const string ErrorUrl = "/Error"

Field Value

string

LoginCompletionUrl

The default URL to redirect to after completing login.

public const string LoginCompletionUrl = "/Identity/Account/ExternalLogin?handler=Callback"

Field Value

string

LogoutCompletionUrl

The default URL to redirect to after completing logout.

public const string LogoutCompletionUrl = "/"

Field Value

string

ReturnUrlParameter

The default return URL query string parameter name.

public const string ReturnUrlParameter = "ReturnUrl"

Field Value

string

SignInScheme

The default sign-in scheme.

public const string SignInScheme = "Identity.External"

Field Value

string

SignOutScheme

The default signout scheme.

public const string SignOutScheme = "Identity.Application"

Field Value

string

SingleLogoutServicePath

The default single logout service path.

public const string SingleLogoutServicePath = "/SAML/SingleLogoutService"

Field Value

string