I have multiple Azure Functions apps and a Single Page App that connects directly to them.
Currently, the Single Page App (static html/js content) is deployed to as an App Service Web Application with EasyAuth AAD Authentication enabled.
Is it possible to share the authentication cookie / header or whatever with the Azure Functions apps?
If no, what is the solution? I want the user to log in once and be authenticated everywhere.