AzureADWinAuthenticationExtensions.AddAzureAD(WinExternalAuthenticationBuilder, Action<AzureAdAuthenticationOptions>) Method
Adds the capability to authenticate a user with a Microsoft Entra ID (Azure Active Directory) account in a WinForms application.
Namespace: DevExpress.ExpressApp.Win.ApplicationBuilder
Assembly: DevExpress.ExpressApp.Win.v25.1.dll
NuGet Packages: DevExpress.ExpressApp.Win, DevExpress.ExpressApp.Win.Design
Declaration
public static WinExternalAuthenticationBuilder AddAzureAD(
this WinExternalAuthenticationBuilder externalWinAuthenticationBuilder,
Action<AzureAdAuthenticationOptions> configureOptions
)
Parameters
Name | Type | Description |
---|---|---|
externalWinAuthenticationBuilder | WinExternalAuthenticationBuilder | A builder that enables the Microsoft Entra ID authentication in the application. |
configureOptions | Action<AzureAdAuthenticationOptions> | A delegate method that allows you to cofigure authentication settings. |
Returns
Type | Description |
---|---|
WinExternalAuthenticationBuilder | The builder that processed the action. |
Remarks
Important
Middle Tier Security does not support this method.
See Also