Condividi tramite


AzureADAuthenticationBuilderExtensions Classe

Definizione

Attenzione

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

Metodi di estensione per aggiungere l'autenticazione di Azure Active Directory all'applicazione.

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
Ereditarietà
AzureADAuthenticationBuilderExtensions
Attributi

Metodi

AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>)
Obsoleti.

Aggiunge l'autenticazione di Azure Active Directory all'applicazione.

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

Aggiunge l'autenticazione di Azure Active Directory all'applicazione.

AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>)
Obsoleti.

Aggiunge l'autenticazione JWT Bearer all'app per le applicazioni Azure Active Directory.

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

Aggiunge l'autenticazione JWT Bearer all'app per le applicazioni Azure Active Directory.

Si applica a