/
Microsoft Entra ID for Business Central

Microsoft Entra ID for Business Central

Responsibility: Customer 

The Entra app enaioAccessApp is used by Business Central backend to connect with the enaio system.

Enterprise Application

Create Enterprise Application

  1. Create the enterprise application with the following settings:

    1. Register an application to integrate with Azure AD.

  2. Create the app registration with the following settings:

    1. Specify a name i.e. enaioGatewayApp

    2. Single tenant account

    3. WEB redirect URL https://your.domain
      It is assumed, that enaio Gateway NG processes requests from https://your.domain.

Object ID

  1. Make a note of the Object ID (under Enterprise Application) that will be returned for this app from AAD after verification.
    This ID has to setup as a technical enaio user.

    image-2025-1-2_8-21-35.png

    Note that the Object ID of the Enterprise Application is not the same as the Object ID from the Registered App.

App Registration

  1. After creating the Enterprise Application, go to the App Registration and select the previously created app.

Authentication

  • Assure that following WEB Redirect URLs have been configured:

API permissions

  1. Ensure that the following API permissions have been added:
    delegated: Microsoft Graph => User.Read

  2. If not all these permissions have been set, use Add a permission for the required API.

  3. Grant admin consent to avoid that users must grant the permission for this app on first access.

Generate Secrets

  1. Define a name and lifetime for the new secret.

  2. After creation, make a note of the secret by copying the value of the field Value.

    The value property won't be accessible later and only be shown as in the picture above.

Related content