So I have been looking at the video describing the static website/serverless architecture with blazor. I felt really inspired to create something like this. Unfortunately, I cannot find a decent source for how to actually authenticate against the secure Azure Functions backend with the Blazor web assembly.
The whole point here is to have just the static blazor site, with no backend API(just the azure functions), and to not worry about users, but leverage this part to azure and providers (In my case Facebook). So I have set up the authentication part in the Azure Functions authentication panel to Facebook. (ref image) I am also hopeful that I will be able to get the userid as an input binding somehow.
I never tried asking online for help before but I am at my last leg with this issue.♂️ If anyone has any tutorials, examples, or tips on how to make the blazor pages and httpclient authenticated against the azure functions in a static blazor webassembly project, it will be much appreciated.