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
AssertionConsumerServicePath
The default assertion consumer service path.
public const string AssertionConsumerServicePath = "/SAML/AssertionConsumerService"
Field Value
AuthenticationScheme
The default authentication scheme.
public const string AuthenticationScheme = "SAML"
Field Value
DisplayName
The default display name.
public const string DisplayName = "SAML"
Field Value
ErrorUrl
The default URL to redirect to if login or logout fails.
public const string ErrorUrl = "/Error"
Field Value
LoginCompletionUrl
The default URL to redirect to after completing login.
public const string LoginCompletionUrl = "/Identity/Account/ExternalLogin?handler=Callback"
Field Value
LogoutCompletionUrl
The default URL to redirect to after completing logout.
public const string LogoutCompletionUrl = "/"
Field Value
ReturnUrlParameter
The default return URL query string parameter name.
public const string ReturnUrlParameter = "ReturnUrl"
Field Value
SignInScheme
The default sign-in scheme.
public const string SignInScheme = "Identity.External"
Field Value
SignOutScheme
The default signout scheme.
public const string SignOutScheme = "Identity.Application"
Field Value
SingleLogoutServicePath
The default single logout service path.
public const string SingleLogoutServicePath = "/SAML/SingleLogoutService"