AzureADAuthenticationBuilderExtensions Classe

Definição

Cuidado

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

Métodos de extensão para adicionar a Autenticação do Azure Active Directory ao seu aplicativo.

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
Herança
AzureADAuthenticationBuilderExtensions
Atributos

Métodos

AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>)
Obsoleto.

Adiciona a Autenticação do Azure Active Directory ao seu aplicativo.

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

Adiciona a Autenticação do Azure Active Directory ao seu aplicativo.

AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>)
Obsoleto.

Adiciona a autenticação de portador JWT ao seu aplicativo para aplicativos do Azure Active Directory.

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

Adiciona a autenticação de portador JWT ao seu aplicativo para aplicativos do Azure Active Directory.

Aplica-se a