AzureADB2CAuthenticationBuilderExtensions Klasse

Definition

Achtung

This is obsolete and will be removed in a future version. Use Microsoft.Identity.Web instead. See https://aka.ms/ms-identity-web.

Erweiterungsmethoden zum Hinzufügen der Azure Active Directory B2C-Authentifizierung zu Ihrer Anwendung.

public ref class AzureADB2CAuthenticationBuilderExtensions abstract sealed
public static class AzureADB2CAuthenticationBuilderExtensions
[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 AzureADB2CAuthenticationBuilderExtensions
type AzureADB2CAuthenticationBuilderExtensions = 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 AzureADB2CAuthenticationBuilderExtensions = class
Public Module AzureADB2CAuthenticationBuilderExtensions
Vererbung
AzureADB2CAuthenticationBuilderExtensions
Attribute

Methoden

AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>)
Veraltet.

Fügt Ihrer Anwendung Azure Active Directory B2C Authentication hinzu.

AddAzureADB2C(AuthenticationBuilder, String, String, String, String, Action<AzureADB2COptions>)
Veraltet.

Fügt Ihrer Anwendung Azure Active Directory B2C Authentication hinzu.

AddAzureADB2CBearer(AuthenticationBuilder, Action<AzureADB2COptions>)
Veraltet.

Fügt Ihrer App für Azure AD B2C-Anwendungen die JWT-Bearerauthentifizierung hinzu.

AddAzureADB2CBearer(AuthenticationBuilder, String, String, Action<AzureADB2COptions>)
Veraltet.

Fügt Ihrer App für Azure AD B2C-Anwendungen die JWT-Bearerauthentifizierung hinzu.

Gilt für: