Class AuthenticationPropertiesKeys
Constants of common item keys used for an Microsoft.AspNetCore.Authentication.AuthenticationProperties
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 AuthenticationPropertiesKeys
Fields
AzureAdTenantId
Used to supply a specific tenant id to replace the common endpoint for Microsoft Azure AD.
Declaration
public const string AzureAdTenantId = "AzureAd_tenantID"
Field Value
String
|