IdentityServer4 Net Core 2 not calling custom iProfileService
问题 I've upgraded my Identity Server project to Net Core 2 and now I am not able to get the iProfileService object to be called to add in custom user claims. It did work in Net Core 1. Startup.cs ConfigureServices function // Add application services. services.AddTransient<IEmailSender, AuthMessageSender>(); services.AddTransient<ISmsSender, AuthMessageSender>(); services.AddTransient<IProfileService, M25ProfileService>(); //Load certificate var cert = new X509Certificate2(Path.Combine(