Hi Team,
I am working on blazor web assembly application and integrated Auth0 login screen.
Assigned Role to a logged-in user from Auth0 Dashboard. I want to try to access logged in user roles from blazor app, but not getting.
Tried with @context.User.IsInRole(“admin”) method which returns
always false.