Impersonation in a .Net core application with Identity Server 4
Identity Server 4 does not provide native impersonation support which I needed for one of my projects. I have implemented one on top of it.
Here is the sample project I did on GitHub.
https://github.com/venbacodes/ImpersonationSample-IdentityServer4
...
blogs.aspnet.in1 min read