Show / Hide Table of Contents

Class SamlMiddlewareDefaults

The SAML middleware defaults.

Inheritance
System.Object
SamlMiddlewareDefaults
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ComponentSpace.Saml2.Middleware
Assembly: ComponentSpace.Saml2.dll
Syntax
public static class SamlMiddlewareDefaults

Fields

ArtifactResolutionServicePath

The default artifact resolution service URL path.

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

ConfigurationNameParameter

The default configuration name query string parameter name.

Declaration
public const string ConfigurationNameParameter = "ConfigurationName"
Field Value
Type Description
System.String

CorrelationID

The default correlation ID query string parameter name.

Declaration
public const string CorrelationID = "CorrelationID"
Field Value
Type Description
System.String

ErrorUrl

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

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

InitiateSingleLogoutPath

The default initiate single logout URL path.

Declaration
public const string InitiateSingleLogoutPath = "/SAML/InitiateSingleLogout"
Field Value
Type Description
System.String

InitiateSingleSignOnPath

The default initiate single sign-on URL path.

Declaration
public const string InitiateSingleSignOnPath = "/SAML/InitiateSingleSignOn"
Field Value
Type Description
System.String

LoginUrl

The default login URL.

Declaration
public const string LoginUrl = "/Identity/Account/Login"
Field Value
Type Description
System.String

LogoutCompletionUrl

The default URL to redirect to after completing logout.

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

LogoutUrl

The default logout URL.

Declaration
public const string LogoutUrl = "/Identity/Account/Logout"
Field Value
Type Description
System.String

PartnerNameParameter

The default partner name query string parameter name.

Declaration
public const string PartnerNameParameter = "PartnerName"
Field Value
Type Description
System.String

RelayStateParameter

The default relay state query string parameter name.

Declaration
public const string RelayStateParameter = "RelayState"
Field Value
Type Description
System.String

ReturnUrlParameter

The default return URL query string parameter name.

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

SingleLogoutServiceCompletionPath

The default single logout service completion URL path.

Declaration
public const string SingleLogoutServiceCompletionPath = "/SAML/SingleLogoutServiceCompletion"
Field Value
Type Description
System.String

SingleLogoutServicePath

The default single logout service URL path.

Declaration
public const string SingleLogoutServicePath = "/SAML/SingleLogoutService"
Field Value
Type Description
System.String

SingleSignOnServiceCompletionPath

The default single sign-on service completion URL path.

Declaration
public const string SingleSignOnServiceCompletionPath = "/SAML/SingleSignOnServiceCompletion"
Field Value
Type Description
System.String

SingleSignOnServicePath

The default single sign-on service URL path.

Declaration
public const string SingleSignOnServicePath = "/SAML/SingleSignOnService"
Field Value
Type Description
System.String
In This Article
Back to top Copyright © ComponentSpace Pty Ltd 2017-2022. All rights reserved.