AzureADAuthenticationBuilderExtensions Class

Definition

Caution

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

Extension methods to add Azure Active Directory Authentication to your application.

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
Inheritance
AzureADAuthenticationBuilderExtensions
Attributes

Methods

AddAzureAD(AuthenticationBuilder, Action<AzureADOptions>)
Obsolete.

Adds Azure Active Directory Authentication to your application.

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

Adds Azure Active Directory Authentication to your application.

AddAzureADBearer(AuthenticationBuilder, Action<AzureADOptions>)
Obsolete.

Adds JWT Bearer authentication to your app for Azure Active Directory Applications.

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

Adds JWT Bearer authentication to your app for Azure Active Directory Applications.

Applies to