Class ExtendedIdentityConstants
Represents all the options you can use to configure the cookies middleware uesd by the identity system.
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: IRM.AspNetCore.Identity
Assembly: IRM.AspNetCore.Identity.dll
Syntax
public static class ExtendedIdentityConstants
Fields
ChooseTenantUserIdScheme
The scheme used to identify temporary authentication cookies while choosing tenant in a multi-tenant scenario.
Declaration
public const string ChooseTenantUserIdScheme = "Identity.ChooseTenantUserId"
Field Value
String
|
ExternalLoginCorrelationId
The scheme used to correlate external login operations.
Declaration
public const string ExternalLoginCorrelationId = "Identity.elcid"
Field Value
String
|
TemporaryTenantIdScheme
The scheme used to identify temporary authentication cookies identifying a tenant in a multi-tenant scenario.
Declaration
public const string TemporaryTenantIdScheme = "Identity.TenantId"
Field Value
String
|
TemporaryUserIdScheme
The scheme used to identify temporary authentication cookies for round tripping user identities.
Declaration
public const string TemporaryUserIdScheme = "Identity.TemporaryUserId"
Field Value
String
|
UserNameScheme
The scheme used to identify user name.
Declaration
public const string UserNameScheme = "Identity.UserName"
Field Value
String
|