Activities of "maliming"

hi

The access_token also contains user claims. The id_token only available when you're using openid login.

You can use third library to decode that.

constructor(
    private oauthService: OAuthService
  ) {
    console.debug('access-token', this.oauthService.getAccessToken());
  }

https://www.npmjs.com/package/jwt-claims https://www.npmjs.com/package/jwt-simple

hi

Can you share a simple demo project to reproduce this problem? liming.ma@volosoft.com

Answer

Can you also try to upgrade the packages in package.json, eg @abp/ng.schematics

hi

Please provide the info of your project.

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:
Answer

HI yorytang

Can you try to abp 4.3?

hi

Can u try to get token from the HttpConext?

hi

https://docs.abp.io/en/abp/latest/UI/Angular/Page-Toolbar-Extensions

hi

I haven't reproduced your problem, I think you may have used the wrong token.

Can you share a simple demo project? liming.ma@volosoft.com

hi

When you use blazor server mode, you should not use HttpClient manually.

Maybe you can take a look at this https://github.com/DevExpress/Blazor#devexpress-ui-for-blazor

hi

You can try to uninstall it first.

dotnet tool uninstall -g Volo.Abp.Suite
dotnet tool install -g Volo.Abp.Suite --version 4.3.0 --add-source https://nuget.abp.io/<your-private-key>/v3/index.json
Showing 10001 to 10010 of 10645 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.0.0-preview. Updated on September 12, 2025, 10:20