Muhammad Waqas

Results 17 comments of Muhammad Waqas

instead of grant_type : "password" , the grant_type should be "external" if you want to exchange external tokens with identityserver..

Let me test it at my end , I will come back to you with further updates regarding your issue..

@EricNjue @romulotil Sorry for my late reply , I have been busy in other stuff. I have made a few changes to my `CustomProfileService` so that I could use both...

@EricNjue You can add additional claims in your custom Profile Service..

@adamdsouza1 If you are using Identity then you can simply replace TestUserStore with UserManager..

@adamdsouza1 I think you need to bind your ProfileService in the DependencyInjection.. `services.AddScoped();`