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.

    AzureAdAuthenticationOptions Fields

    Contains authentication settings for Microsoft Entra ID (Azure Active Directory).
    Name Description
    ClaimMappings Maps Microsoft Entra ID (Azure Active Directory) user account settings to members of the ClaimsPrincipal object used by the XAF application.
    ClientId Contains the unique Application (client) ID assigned to your app by Microsoft Entra ID when the app was registered.
    Instance Specifies if your app is signing users from the Azure public cloud or from national clouds.
    TenantId Contains the tenant identifier.
    See Also