Search Results for

    Show / Hide Table of Contents

    Class AuthenticationConstants

    Constants that are used for login method selection on the client. These keys also map to matching configuration on the WebService.

    Inheritance
    object
    AuthenticationConstants
    Inherited Members
    object.GetType()
    object.MemberwiseClone()
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    Namespace: LemonEdge.Authentication.Core
    Assembly: LemonEdge.Authentication.Core.dll
    Syntax
    public static class AuthenticationConstants

    Fields

    AAD

    The key for the "login via Azure Active Directory" method. Also functions as the key for the token handler configuration in the WebService.

    Declaration
    public const string AAD = "AAD"
    Field Value
    Type Description
    string

    AAD_LABEL

    The label for the "login via Azure Active Directory" method.

    Declaration
    public const string AAD_LABEL = "Azure Active Directory"
    Field Value
    Type Description
    string

    AUTH_CLIENT

    The Key for the server config section in app settings.

    Declaration
    public const string AUTH_CLIENT = "LemonEdge:ClientAuthenticationSettings"
    Field Value
    Type Description
    string

    AUTH_SERVER

    The Key for the server config section in app settings.

    Declaration
    public const string AUTH_SERVER = "LemonEdge:ServerAuthenticationSettings"
    Field Value
    Type Description
    string

    B2C

    The key for the "login via Azure Active Directory B2C" method. Also functions as the key for the token handler configuration in the WebService.

    Declaration
    public const string B2C = "B2C"
    Field Value
    Type Description
    string

    B2C_LABEL

    The label for the "login via Azure Active Directory B2C" method.

    Declaration
    public const string B2C_LABEL = "Azure AD B2C"
    Field Value
    Type Description
    string

    JWT

    The key for the WebService "login with Username and Password" method. Also functions as the key for the token handler configuration in the WebService.

    Declaration
    public const string JWT = "JWT"
    Field Value
    Type Description
    string

    JWT_LABEL

    The label for the WebService "login with Username and Password" method.

    Declaration
    public const string JWT_LABEL = "Web Service Direct"
    Field Value
    Type Description
    string

    MESSAGE_CONFIG_INVALID

    Declaration
    public const string MESSAGE_CONFIG_INVALID = "Config Section Invalid: {0}"
    Field Value
    Type Description
    string

    MESSAGE_CONFIG_VALID

    Declaration
    public const string MESSAGE_CONFIG_VALID = "Config Section Valid: {0}"
    Field Value
    Type Description
    string

    MESSAGE_CONFIG_VALIDATING

    Declaration
    public const string MESSAGE_CONFIG_VALIDATING = "Validating config for {0}"
    Field Value
    Type Description
    string

    MESSAGE_REGISTRATION_ERROR

    Declaration
    public const string MESSAGE_REGISTRATION_ERROR = "Register Token Handler Error : {0}"
    Field Value
    Type Description
    string

    OKTA

    The key for the "login via Okta" method. Also functions as the key for the token handler configuration in the WebService.

    Declaration
    public const string OKTA = "OKTA"
    Field Value
    Type Description
    string

    OKTA_LABEL

    The label for the "login via Okta" method.

    Declaration
    public const string OKTA_LABEL = "Okta"
    Field Value
    Type Description
    string

    UNPW

    The key for client side Database "login with Username and Password" method.

    Declaration
    public const string UNPW = "UNPW"
    Field Value
    Type Description
    string

    UNPW_LABEL

    The label for client side Database "login with Username and Password" method.

    Declaration
    public const string UNPW_LABEL = "Username & Password"
    Field Value
    Type Description
    string

    WIN

    The key for the client side Database "login with Windows" method.

    Declaration
    public const string WIN = "WIN"
    Field Value
    Type Description
    string

    WINDOWS

    The key for the WebService "login using Windows Integrated" method. Also functions as the key for the token handler configuration in the WebService.

    Declaration
    public const string WINDOWS = "Windows"
    Field Value
    Type Description
    string

    WINDOWS_LABEL

    The label for the WebService "login using Windows Integrated" method.

    Declaration
    public const string WINDOWS_LABEL = "Remote Windows Integrated"
    Field Value
    Type Description
    string

    WIN_LABEL

    The label for the client side Database "login with Windows" method.

    Declaration
    public const string WIN_LABEL = "Local Windows Integrated"
    Field Value
    Type Description
    string
    In this article
    Back to top © LemonEdge Technologies. All rights reserved.