Sdílet prostřednictvím


AzureADAuthenticationBuilderExtensions Třída

Definice

Upozornění

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

Rozšiřující metody pro přidání ověřování Azure Active Directory do vaší aplikace

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
Dědičnost
AzureADAuthenticationBuilderExtensions
Atributy

Metody

AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>)
Zastaralé.

Přidá do aplikace ověřování Azure Active Directory.

AddAzureAD(AuthenticationBuilder, String, String, String, String, Action<AzureADOptions>)
Zastaralé.

Přidá do aplikace ověřování Azure Active Directory.

AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>)
Zastaralé.

Přidá do vaší aplikace ověřování JWT Bearer pro aplikace Azure Active Directory.

AddAzureADBearer(AuthenticationBuilder, String, String, Action<AzureADOptions>)
Zastaralé.

Přidá do vaší aplikace ověřování JWT Bearer pro aplikace Azure Active Directory.

Platí pro