AzureADB2CAuthenticationBuilderExtensions 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 B2C Authentication to your application.
public ref class AzureADB2CAuthenticationBuilderExtensions abstract sealed
public static class AzureADB2CAuthenticationBuilderExtensions
[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 AzureADB2CAuthenticationBuilderExtensions
type AzureADB2CAuthenticationBuilderExtensions = 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 AzureADB2CAuthenticationBuilderExtensions = class
Public Module AzureADB2CAuthenticationBuilderExtensions
- Inheritance
-
AzureADB2CAuthenticationBuilderExtensions
- Attributes
Methods
AddAzureADB2C(AuthenticationBuilder, Action<AzureADB2COptions>) |
Obsolete.
Adds Azure Active Directory B2C Authentication to your application. |
AddAzureADB2C(AuthenticationBuilder, String, String, String, String, Action<AzureADB2COptions>) |
Obsolete.
Adds Azure Active Directory B2C Authentication to your application. |
AddAzureADB2CBearer(AuthenticationBuilder, Action<AzureADB2COptions>) |
Obsolete.
Adds JWT Bearer authentication to your app for Azure AD B2C Applications. |
AddAzureADB2CBearer(AuthenticationBuilder, String, String, Action<AzureADB2COptions>) |
Obsolete.
Adds JWT Bearer authentication to your app for Azure AD B2C Applications. |