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,
Is it possible to schedule a remote call in order to look into this issue and resolve this?
Where should I inject this IOptions<AbpClaimsPrincipalFactoryOptions>?