Share via


AzureADB2CDefaults Class

Definition

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 B2C authentication components.

public ref class AzureADB2CDefaults abstract sealed
public static class AzureADB2CDefaults
[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 AzureADB2CDefaults
type AzureADB2CDefaults = 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 AzureADB2CDefaults = class
Public Class AzureADB2CDefaults
Inheritance
AzureADB2CDefaults
Attributes

Fields

AuthenticationScheme

The default scheme for Azure Active Directory B2C.

BearerAuthenticationScheme

The default scheme for Azure Active Directory B2C Bearer.

CookieScheme

The scheme name for cookies when using AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>).

DisplayName

The display name for Azure Active Directory B2C.

JwtBearerAuthenticationScheme

The scheme name for JWT Bearer when using AddAzureADB2CBearer(AuthenticationBuilder, Action<AzureADB2COptions>).

OpenIdScheme

The scheme name for Open ID Connect when using AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>).

PolicyKey

The key for the policy used in AuthenticationProperties.

Applies to