AzureADAuthenticationBuilderExtensions 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-Authentifizierung zu Ihrer Anwendung.

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

Methoden

AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>)
Veraltet.

Fügt Ihrer Anwendung Azure Active Directory-Authentifizierung hinzu.

AddAzureAD(AuthenticationBuilder, String, String, String, String, Action<AzureADOptions>)
Veraltet.

Fügt Ihrer Anwendung Azure Active Directory-Authentifizierung hinzu.

AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>)
Veraltet.

Fügt Ihrer App für Azure Active Directory-Anwendungen die JWT-Bearerauthentifizierung hinzu.

AddAzureADBearer(AuthenticationBuilder, String, String, Action<AzureADOptions>)
Veraltet.

Fügt Ihrer App für Azure Active Directory-Anwendungen die JWT-Bearerauthentifizierung hinzu.

Gilt für: