Hi,
You can do that by overriding "ApplyPaging" method of your CrudAppService.
I just want to remove apis, not all abp framework features.
Is it possible to configure your service to extend CrudAppService? Then you can override ApplyPaging method.
I've added just two abp packages to my project which are:
and framework apis keep appearing.
I've suspected that something is weird. Because abp suite should not generate services by extending ApplicationService class. I think your problem will be easily solved by converting services to extend CrudAppService.
It's now working after upgrading abp framework to version 3.0.5.
Thanks for your attention.
Thanks for your attention but I think you've misunderstood something. Angular app sends "1q2w3e*" as client secret but it is defined "E5Xd4yMqjP5kjWFKrYgySBju6JVfCzMyFp7n2QmMrME=" on the database (also in the IdentityServerDataSeedContributor class). I think it is an encoded version of "1q2w3e*. I want to used another value instead of "1q2w3e*". So I need to encode the value that I want to use but I do not know how Abp encodes the secret. Which encoding algorithm is used while encoding "1q2w3e*" to "E5Xd4yMqjP5kjWFKrYgySBju6JVfCzMyFp7n2QmMrME=" ? I need this info.
Thanks.
Nope it is not Sha256. I've checked this already.
Hi again liangshiwei;
I've found the point. IdentityServer's Sha256() result and the result obtained from System.Security.Cryptography.SHA256 class is different. I was confused because of this situation. I'm closing the topic.
Thanks for your help.