Class SamlAuthenticationDefaults
The SAML authentication handler defaults.
Inheritance
System.Object
SamlAuthenticationDefaults
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.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 |
---|---|
System.String |
AssertionConsumerServicePath
The default assertion consumer service path.
Declaration
public const string AssertionConsumerServicePath = "/SAML/AssertionConsumerService"
Field Value
Type | Description |
---|---|
System.String |
AuthenticationScheme
The default authentication scheme.
Declaration
public const string AuthenticationScheme = "SAML"
Field Value
Type | Description |
---|---|
System.String |
DisplayName
The default display name.
Declaration
public const string DisplayName = "SAML"
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 |
LoginCompletionUrl
The default URL to redirect to after completing login.
Declaration
public const string LoginCompletionUrl = "/Identity/Account/ExternalLogin?handler=Callback"
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 |
ReturnUrlParameter
The default return URL query string parameter name.
Declaration
public const string ReturnUrlParameter = "ReturnUrl"
Field Value
Type | Description |
---|---|
System.String |
SignInScheme
The default sign-in scheme.
Declaration
public const string SignInScheme = "Identity.External"
Field Value
Type | Description |
---|---|
System.String |
SignOutScheme
The default signout scheme.
Declaration
public const string SignOutScheme = "Identity.Application"
Field Value
Type | Description |
---|---|
System.String |
SingleLogoutServicePath
The default single logout service path.
Declaration
public const string SingleLogoutServicePath = "/SAML/SingleLogoutService"
Field Value
Type | Description |
---|---|
System.String |