DEV Community

Discussion on: Securing your Blazor App with Auth0 (client side)

Collapse
 
developersamim profile image
Samim Ahmed • Edited

Thanks for this awesome post.
This works on my localhost as you have described above. However, when I uploaded my Blazor wasm project on Azure, authentication part didn't work properly.
My problem is even though I am able to go to Auth0 Universal login page, after login it successfully redirects to my Azure app. But, my azure app still thinks its not logged in.

The only difference I found is, after successful callback, azure app is not calling /userinfo and /token apis compared to localhost. Please help me