Table of Contents

Class AdminIdentityConstants

Namespace
Kentico.Membership
Assembly
Kentico.Membership.dll

Represents all the options you can use to configure the authentication used by the administration identity.

public static class AdminIdentityConstants
Inheritance
object
AdminIdentityConstants

Fields

ACCOUNT_UNLOCK_PURPOSE

Used for account unlock token generation.

public const string ACCOUNT_UNLOCK_PURPOSE = "AccountUnlock"

Field Value

string

APPLICATION_SCHEME

The scheme used to identify administration application authentication cookies.

public const string APPLICATION_SCHEME = "Xperience.Application"

Field Value

string

AUTHENTICATOR_TOKEN_PROVIDER_NAME

Used for authenticator code generation.

public const string AUTHENTICATOR_TOKEN_PROVIDER_NAME = "Xperience.Identity.Authenticator"

Field Value

string

DEFAULT_USERNAME_CLAIM_NAME

Default name of user name claim.

public const string DEFAULT_USERNAME_CLAIM_NAME = "preferred_username"

Field Value

string

EXTERNAL_SCHEME

The scheme used to identify external authentication cookies.

public const string EXTERNAL_SCHEME = "Xperience.External"

Field Value

string

REGISTRATION_CONFIRMATION_PURPOSE

Used for registration token generation.

public const string REGISTRATION_CONFIRMATION_PURPOSE = "RegistrationConfirmation"

Field Value

string

TOKEN_PROVIDER_NAME

Used for token generation.

public const string TOKEN_PROVIDER_NAME = "Xperience.Identity"

Field Value

string

TWO_FACTOR_REMEMBER_ME_SCHEME

The scheme used to identify Two Factor authentication cookies for saving the Remember Me state.

public const string TWO_FACTOR_REMEMBER_ME_SCHEME = "Xperience.TwoFactorRememberMe"

Field Value

string

TWO_FACTOR_USER_ID_SCHEME

The scheme used to identify Two Factor authentication cookies for round tripping user identities.

public const string TWO_FACTOR_USER_ID_SCHEME = "Xperience.TwoFactorUserId"

Field Value

string