Show / Hide Table of Contents

Class SamlAuthenticationDefaults

The SAML authentication handler defaults.

Inheritance
object
SamlAuthenticationDefaults
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: ComponentSpace.Saml2.Authentication
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlAuthenticationDefaults

Fields

ArtifactResolutionServicePath

The default artifact resolution path.

Declaration
public const string ArtifactResolutionServicePath = "/SAML/ArtifactResolutionService"
Field Value
Type Description
string

AssertionConsumerServicePath

The default assertion consumer service path.

Declaration
public const string AssertionConsumerServicePath = "/SAML/AssertionConsumerService"
Field Value
Type Description
string

AuthenticationScheme

The default authentication scheme.

Declaration
public const string AuthenticationScheme = "SAML"
Field Value
Type Description
string

DisplayName

The default display name.

Declaration
public const string DisplayName = "SAML"
Field Value
Type Description
string

ErrorUrl

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

Declaration
public const string ErrorUrl = "/Error"
Field Value
Type Description
string

LoginCompletionUrl

The default URL to redirect to after completing login.

Declaration
public const string LoginCompletionUrl = "/Identity/Account/ExternalLogin?handler=Callback"
Field Value
Type Description
string

LogoutCompletionUrl

The default URL to redirect to after completing logout.

Declaration
public const string LogoutCompletionUrl = "/"
Field Value
Type Description
string

ReturnUrlParameter

The default return URL query string parameter name.

Declaration
public const string ReturnUrlParameter = "ReturnUrl"
Field Value
Type Description
string

SignInScheme

The default sign-in scheme.

Declaration
public const string SignInScheme = "Identity.External"
Field Value
Type Description
string

SignOutScheme

The default signout scheme.

Declaration
public const string SignOutScheme = "Identity.Application"
Field Value
Type Description
string

SingleLogoutServicePath

The default single logout service path.

Declaration
public const string SingleLogoutServicePath = "/SAML/SingleLogoutService"
Field Value
Type Description
string
In this article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2025. All rights reserved.