Skip to main content
All docs
V25.1
  • .NET 8.0+
    • The page you are viewing does not exist in the .NET Framework 4.6.2+ platform documentation. This link will take you to the parent topic of the current section.

    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