0
prachi@urvin.finance created
- ABP Framework version: v8.3.0* UI Type:Blazor Server
- Database System: EF Core (PostgreSQL)
- Exception message and full stack trace: 403 Forbidden
- Steps to reproduce the issue: Log in as an super-admin. Not able to access any identity-related pages such as
/identity/organization-units
,/identity/roles
, etc
I am encountering an application-wide issue where I'm unable to authorize any action method or view based on user permissions. However, role-based authorization is functioning as expected. Upon inspecting the token, it includes the user's role, but ABP is not retrieving permissions associated with that role.
I've also verified the database, and all necessary permissions are correctly seeded to this role. However, ABP still isn't retrieving or recognizing these permissions for authorization, even though role-based checks are working.
I suspect this issue may have arisen due to a recent project upgrade.
No answer yet!
Showing 101 to 125 of 50 entries.