Add Auth0 Authentication to Blazor Web Apps

Hi Andrea,

Great article. And i am slowly digesting it.
My case looks like a bit different (as i understand your article). In my case I would like to have a .Net 8 Blazor WebApp in Interactive WASM Rendering mode which will call a serverless Azure function secured by OIDC identity provider.

What would you suggest in this case. My server calls are directly from browser to Azure function. Is there an example i can refer to ?