AzureADAuthenticationBuilderExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |