A Microsoft Entra ID app controls access levels for your Fabric APIs. Before you can make any API calls, you'll have to register a Microsoft Entra app. The Microsoft Entra app allows you to:
After registering a Microsoft Entra app, you can authenticate against it using either the Azure AD (v1.0; ADAL) or the Microsoft identity platform (v2.0; MSAL) endpoints. To learn more about how these authentication methods work, see Why update to Microsoft identity platform (v2.0)?
Create a Microsoft Entra app in Azure
Follow these instructions to create a Microsoft Entra app in Azure.
In this module, we explore the process of creating an app registration in Microsoft Entra ID. Then explore the settings and configuration options. You create a single page app, register multitenant app, and other options. As part of this process, we dig into granting user access to apps and configure how and when they can use the app and its data.