AzureADDefaults Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.
Constants for different Azure Active Directory authentication components.
public ref class AzureADDefaults abstract sealed
public static class AzureADDefaults
[System.Obsolete("This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.")]
public static class AzureADDefaults
type AzureADDefaults = class
[<System.Obsolete("This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.")>]
type AzureADDefaults = class
Public Class AzureADDefaults
- Inheritance
-
AzureADDefaults
- Attributes
Fields
AuthenticationScheme |
The default scheme for Azure Active Directory. |
BearerAuthenticationScheme |
The default scheme for Azure Active Directory Bearer. |
CookieScheme |
The scheme name for cookies when using AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>). |
DisplayName |
The display name for Azure Active Directory. |
JwtBearerAuthenticationScheme |
The scheme name for JWT Bearer when using AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>). |
OpenIdScheme |
The scheme name for Open ID Connect when using AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>). |