Auth0 integration with Blazor wasm in AspNet Core Hosted

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

The issue got fixed after renaming the AccessControl component to LoginDisplay

1 Like

Wohoooo! Thanks for sharing it with the rest of community!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.