Made my way to the last section of the demo which configures the Profile page.
I can't figure out what is missing that would cause this null exception. I've attached the VS debugger and it fails at the userManager.GetRolesAsync(user) call in the SecurityService.cs file.
The only debug information I could find was:
dotnet: warn: Microsoft.AspNetCore.Components.Server.Circuits.RemoteRenderer[100]
Unhandled exception rendering component: Object reference not set to an instance of an object.
System.NullReferenceException: Object reference not set to an instance of an object.
at RadzenCrm2.Pages.Profile.<BuildRenderTree>b__0_5(RenderTreeBuilder __builder5)
at Microsoft.AspNetCore.Components.CascadingValue`1.Render(RenderTreeBuilder builder)