I need to show some data from a custom web api on my dynamics forms. To generate the data, I'm using an Azure Function that renders JSON.
I would like to call this web api in a way that my web api knows what Dynamics user is requesting the data.
Unfortunately, the web is full of Dynamics related authentication questions that do focus on server-to-server-calls or web clients that want to request data from Dynamics, but in my case, I want to request my Azure function for data to be shown inside my Dynamics forms.
Is there a "simple" way to implement such a data access?