hi
Are you using Blazor WASM or Blazor Server?
You can add a MyClaimDestinationsHandler in your AuthServer to set your new claim Destinations to OpenIddictConstants.Destinations.AccessToken, OpenIddictConstants.Destinations.IdentityToken
https://abp.io/docs/latest/modules/openiddict#updating-claims-in-access_token-and-id_token
I can't reproduce it.
If you can reproduce it in TestWasm project, you can share steps.
Thanks
hi
ABP can work with Aspire without any issues. You can use any testing method that suits you.
https://abp.io/community/articles/how-to-use-.net-aspire-with-abp-framework-h29km4kk
Thanks.
hi
Move to https://abp.io/support/questions/9666/Fontawesome-Icons-Not-Showing?CurrentPage=2#answer-3a1b755f-59b7-7606-24b0-91c8a8cdcace
Solution: https://abp.io/support/questions/9666/Fontawesome-Icons-Not-Showing?CurrentPage=2#answer-3a1b72d9-4f78-be18-45bd-1f3a827ec332
hi
8- Update pingID settings 12- settings entered in step 8 above is missing
Can you share some screenshots
Thanks.
Once the application is built and starts. You can't modify appsettings.json. This is the MapStaticAssets design.
If you want to do that, you can use the code below.
context.SetEndpoint(null); and app.UseStaticFilesForPatterns("appsettings*.*"); will make appsettings.json as static file. So you can change it at runtime.
hi
Can you share full steps to show this problem?
I will use new template project to test it
Thanks.