https://github.com/abpframework/abp/issues/20069
hi
We will upgrade all packages as much as possible in the next version.
Your ticket has been refunded.
Thanks
hi
Or alternatively, is there a way to get the ItemManager through dependency injection but with a mocked ItemRepository?
Yes, You just need to add a mock service to DI to replace the built-in service.
https://github.com/abpframework/abp/blob/dev/modules/cms-kit/test/Volo.CmsKit.Application.Tests/Reactions/ReactionPublicAppService_Tests.cs#L25-L29
hi
var configurationSection = _configuration.GetSection("OpenIddict:Applications");
var webClientRootUrl = configurationSection["MyProjectName_Web:RootUrl"]!.EnsureEndsWith('/');`
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.DbMigrator/appsettings.json#L10
The configurationSection values are from DbMigrator/appsettings.json file.
hi
This is a static class. You can copy it to your project, rename it, and then call it.
hi
The logout request was rejected because the specified post_logout_redirect_uri was invalid: https://efc.devhealthgrp.com.sg/SIT/eFCApp.
Please check your client's post_logout_redirect_uri.
https://github.com/abpframework/abp/blob/dev/templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Domain/OpenIddict/OpenIddictDataSeedContributor.cs#L104
hi
Can you apply the code from this PR https://github.com/abpframework/abp/pull/20068/files
hi
now there is no code change for logout but when I'm calling logout this is coming in post_logout_redirect_uri
Please share the full logs of these requests?
https://github.com/abpframework/abp/pull/20068