BlazorWasm hosted – Identity issue with roles
I am trying to have Blazor WASM hosted app with asp.net core Identity. To keep it clear I created a repo where initial commit is pure blazor web app (.NET8) with WASM option + individual accounts. Its working for authorize view without any roles or claims. Second commit is after updating classes and connection string to use roles from existing database (identity).