Hi,
We have issues using impersonation on our Blazor App (LeptonX Theme).
When clicking the impersonate button "Connectez-vous avec cet utilisateur", the user gets redirected to the auth server and gets a 403 Error "Require AbpIdentity.Users.Impersonation permission to impersonate user!".
We have another permissions-related issue that I'm about to create, but I think they are separate.
We would like to investigate this.
- ABP Framework version: v7.2.3
- UI type: Blazor (+ Angular)
- DB provider: EF Core
- Tiered (MVC) or Identity Server Separated (Angular): Identity Server Separated
10 Answer(s)
-
0
hi
Please share the full logs of AuthServer. Thanks
You have been granted the
AbpIdentity.Users.Impersonationpermission right?liming.ma@volosoft.com
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post) -
0
hi
If the access token doesn't include any registered audience will get this error.
[15:02:05 INF] The authentication demand was rejected because the token had no valid audience.
Can you share your project or how can I reproduce this in a new template project?
Markdown supported.Copy, paste, or drag & drop images and files (max 100 MB per file, 100 MB total per post)


