Relative Content

Tag Archive for .netblazorabp-framework

ABP Blazor 8.2.2 doesn’t authenticate with custom AuthenticationStateProvider

I’ve upgraded my project from ABP v8.1.0 to v8.2.2. Backend works well but there is a problem in Blazor side. I’m using a custom AuthenticationProvider as the sample of https://github.com/realLiangshiwei/Qa2664.
After upgrading, I noticed some differences related to authentication, but I haven’t been able to resolve the issue.