How to authenticate when using an Azure Function from a Blazor WebAssembly Standalone App?
I have a Blazor WebAssembly Standalone App that is configured to use authentication. This seems to work. I also have an Azure Function that requires authentication. When I log in to https://.azurewebsites.net/.auth/login/aad, everything works through the browser. However, I’m unsure how to perform authentication for the Azure Functions app through the Blazor WebAssembly Standalone App. I always get a 401.