Activities of "Anjali_Musmade"

Hi

yes you can override the controller see examples of how you can do it here

https://docs.abp.io/en/abp/latest/Customizing-Application-Modules-Overriding-Services

https://github.com/abpframework/abp/blob/99806b7621fdc10cf2c6e6f4d994612656bda870/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/ApplicationConfigurations/AbpApplicationConfigurationController.cs#L9

you can override this controller and add the authorize attribute to the controller class.

but i think it will create bugs as it needs the application configurations like languages and other information from backend.

you can modify the code inside

overriding this service

https://github.com/abpframework/abp/blob/99806b7621fdc10cf2c6e6f4d994612656bda870/framework/src/Volo.Abp.AspNetCore.Mvc/Volo/Abp/AspNetCore/Mvc/ApplicationConfigurations/AbpApplicationConfigurationAppService.cs#L28

Hi

Is it possible to share your solution on support@abp.io with the ticket id or share a google drive link? I'll have a look what is it missing

Hi can share your project I'll have a look.

Hi

Is it possible to share your solution on support@abp.io with the ticket id or share a google drive link? I'll have a look what is it missing

Hi

Can you share your
In BookStoreAuthServerModule

in BookStoreHttpApiHostModule

Also please share these

on your browser can you visit

https://localhost:44370/.well-known/openid-configuration

Hi,

We have released a patch release for LeptonXToolBar issue. To fix the error in your current project, first perform abp clean or dotnet clean on your current project. Then you need to run the abp bundle command in the Blazor project. please check now its working fine.

Thanks, Anjali

Hi,

We have released a patch release for LeptonXToolBar issue. To fix the error in your current project, first perform abp clean or dotnet clean on your current project. Then you need to run the abp bundle command in the Blazor project. please check now its working fine.

Thanks, Anjali

Hi

Can you share your In BookStoreAuthServerModule

in BookStoreHttpApiHostModule

Hi

i see difference between my token and your toke there is no scope in your token

Hi

can you decode your access_token on https://jwt.io/ ? or please share the acess_token

Hi

i see that you added bookstore as a scope it should be HealthySmiles

also can you run this query and see if you have assigned permission to the client

select * from [dbo].[AbpPermissionGrants] where ProviderKey = 'HealthySmiles_Auth'

for me i get

Showing 931 to 940 of 1341 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 10, 2025, 06:30