
Announcements
Hi,
I have an API endpoint for getting data from Dataverse by using the below link.
https://learn.microsoft.com/en-us/power-apps/developer/data-platform/webapi/retrieve-entity-using-web-api
Our exact requirement is to read and update data from Dataverse in SPFx.
When I was tested with Postman, I generated the Access token to get data from Dataverse. Here is my question is arises.
Is there any feasibility of reading data from Dataverse in client-side applications without an Access token? or
Is there any way to get access tokens in client-side applications such as SPFx?
Hello,
I'm afraid you will need to be authenticated in order to perform CRUD operations with Dataverse.
Here is an example on how you can make it work - https://learn.microsoft.com/en-us/power-apps/developer/data-platform/quick-start-register-configure-simplespa-application-msal-js