We are using an Azure Function Proxy to overcome CORS issues of Azure AD Application Proxy.
Azure Function Proxy works fine supporting CORS, but now we need to implement authentication to access this Function Proxy.
We make calls to this Function Proxy from Dynamics 365 Web Resources (Javascript on the browser) and Plugins (C# code).
Please, any idea/documentation/sample of how to acomplish this?
Thanks in advance.