Activities of "pvala"

We are trying to override following files :

In AuthServer : AbpUserClaimsPrincipalFactory.cs

In IdentityService : IdentityDynamicClaimsPrincipalContributor.cs IdentityDynamicClaimsPrincipalContributorCache.cs IdentityUserManager.cs

Yes, we want a way in which our entire microservice template should use our custom UserManager file, and even this custom file will be exactly the same as the ABP's UserManager, but just at few places in the methods we will be overring the code. Wherever there is UserManager file used even at core level, it should use our custom UserManager.

Added you as collaborator

Here is the URL of the git repository : https://github.com/perquantum/g1-health/settings/access

I have also put a readme file for setup instruction

This is a big issue, sending a sample project would not be possible, as there are database change as well, and because of that, integration will take time for you to replicate the exact same scenario. If we can connect remotely, that would be helpful.

Hi, I tried this changes,

  1. services.TryAddScoped(); is giving syntax error, it says I must pass an argument, that's why I had to comment that line.
  2. After that, I tried to put those changes in both IdentityService and AuthServer, one by one, but it doesn't work in either of them.
  3. I commented the 2nd line of the code you have given, because don't have any UserManager<IdentityUser> file of our own to override it anywhere, we only have IdentityUserManager file to override, but even in that scenario, after commenting that specific line, it doesn't work.

Is it possible to schedule a remote call in order to look into this issue and resolve this?

Yes, I am getting my contributor here.

Where should I inject this IOptions<AbpClaimsPrincipalFactoryOptions>?

Yes, my module does depend on the AbpIdentityProDomainModule

Yes, after doing that, this is what I got. In the result, I am not getting anything, 0 items.

Showing 51 to 60 of 146 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 October 30, 2025, 06:33