I’ve created the Blazor WASM app with the AspNet Core Hosted model.
I want to integrate Auth0 Authentication into this app, and I followed the tutorial described over here
I’ve used Radzen Blazor Components for UI
The issue is that the Code flow grant type doesn’t work, and it is not getting redirected to Auth0 Login Screen.
The sample code of the application can be found in this git repo