Activities of "maliming"

Thanks, I will fix this.

hi

Can you share the http request JSON?

hi

I will continue to test the project you sent me earlier

I suggest you create a new project, and then compare the code.

Remember to run abp bundle command in blazor wasm to update js and css

hi

to do this is there any alternatives rather than doing manually?

No.

hi

Please try to add new migrations.

MissingMethodException: Method not found: 'Volo.Abp.Localization.LocalizationResource Volo.Abp.Localization.LocalizationResourceExtensions.AddVirtualJson(Volo.Abp.Localization.LocalizationResource, System.String)'.

You should also upgrade the Lepton packages.

hi

https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-7_0 https://docs.abp.io/en/commercial/latest/migration-guides/v7_0

and how about Identity Server?

You can use Identity Server or migrator to OpenIddict.

https://docs.abp.io/en/abp/latest/Modules/OpenIddict https://docs.abp.io/en/abp/latest/Migration-Guides/OpenIddict-Step-by-Step https://docs.abp.io/en/commercial/latest/migration-guides/openIddict-step-by-step https://docs.abp.io/en/commercial/latest/modules/openiddict

hi

Please check the Network panel of your browser. Is there any failed request?

hi

https://docs.abp.io/en/abp/latest/Migration-Guides/Abp-7_0 https://docs.abp.io/en/commercial/latest/migration-guides/v7_0

hi

the ABP framework pulls in an access token from Azure AD and then exchanges it for an application token which is returned to Angular and stored. Is there a way for us to not exchange the application token and keep the access token from Azure AD to call others apis with the Azure AD access token?

You can't do this, it's a designed process.

You can create a new API that returns Azure AD tokens.

//get origin azure ad tokens
httpContext.GetTokenAsync("access_token");
httpContext.GetTokenAsync("id_token");
Showing 7881 to 7890 of 11543 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 17, 2025, 07:08
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.