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