Dataverse
2 TopicsHTTP request was forbidden with client authentication when connecting to dataverse
Hi, I'm trying to setup a linked Service that connects to the dataverse. This dataverse was created from the Microsoft Developer Program. As I need multi factor authentication to log in, I tried using authentication type Service Principal. When I tested the connection, I get the following error: The HTTP request was forbidden with client authentication scheme 'Anonymous'. => The remote server returned an error: (403) Forbidden.Unable to Login to Dynamics CRM Below is what I used for the settings (data has been masked): In the Azure AD registration, I have assigned the following API permissions: I have created a certificate & secret for this application and used the secret value as the "service principal key" (I used the Application (client) ID for the "service principal ID"): I tried the secret ID as well, but I always get the same error. I was wondering if there is another section I need to look to fix the problem? Would it be because the dataverse is a developer version? Jason7.9KViews0likes3CommentsWhich API is the "Web API"?
Our web application will be used by organizations that are typically using Dynamics. So, my goal is to allow an external web application to do CRUD actions in the Dataverse. I'm trying to get my head wrapped around all the different names for what I think is the same thing. Can someone tell me if all of these are really just the same thing? Web API Dynamics Web API Common Data Service API Datavers Web API I think that they are, and I think if I give an Azure registered app permissions for "Dynamics CRM > user_impersonation", that should allow my external web service to do CRUD actions against any entity / table within the CDS/Dynamics/Dataverse, right?1.1KViews0likes1Comment