QuestionQ354

Develop integrations

You are creating an app that connects to Microsoft Dataverse nightly and plan to integrate it with an external system.

The application must not authenticate by using a Microsoft Azure Active Directory (Azure AD) user account.

You need to enable the app to authenticate to Dataverse.

Which four actions should you perform in sequence?

Drag & Drop
Use the Azure AD application id and secret as credentials in the application.
Use the Dataverse application user username and password as credentials in the application.
Assign a security role to the application user in Dataverse.
Register the application in Azure AD with appropriate permissions.
Create the application user in Dataverse using the Application User form.
Grant the Dataverse application user the Access Dynamics 365 as organization users permission in Azure AD.
Explanation

Dataverse server-to-server authentication uses an Azure AD application registration and client credentials. The service principal must have a corresponding Dataverse application user, and that application user needs a Dataverse security role to authorize its access.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!