Open Closed

Impersonation on Blazor LeptonX #5395


User avatar
0
pierremih created

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)
  • User Avatar
    0
    pierremih created

    Said ticket https://support.abp.io/QA/Questions/5396/Blazor-permissions-not-updating-while-still-connected

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Please share the full logs of AuthServer. Thanks

    You have been granted the AbpIdentity.Users.Impersonation permission right?

    liming.ma@volosoft.com

  • User Avatar
    0
    pierremih created

    Hi I just confirmed the user has full admin privileges, including AbpIdentity.Users.Impersonation. Let me send you the logs by email

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    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?

  • User Avatar
    0
    pierremih created

    Hi maliming, You were added to the repository https://github.com/Manuloc/ConfigurationClient Thanks

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    Thanks. Can you share some steps?

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    hi

    I guess this is the problem

  • User Avatar
    0
    pierremih created

    Thank you, I will run some tests and come back to you

  • User Avatar
    0
    maliming created
    Support Team Fullstack Developer

    ok

  • User Avatar
    0
    pierremih created

    Thank you I fixed it with the following code 👍. You rock

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11