Currently I'm trying to build a headless CMS using Microsoft Power Apps in combination with Microsoft Dataverse. The Power App for managing the content is done and working, but now I struggle with accessing the data from within my website by using javascript.
I know the documentation about the Dataverse Web API, but I'm not sure how to implement fetching the table data from within my website.
Two questions arised:
- is it necessary for reading data to be authenticated?
- if I wanna add data to dataverse through the website (let's say in form of comments) there's no user authenticated in front. Is it possible to create an API key for that? Is this the point why the app is required to be registered in Azure App Directory?
Many thanks in advice and have a nice day!