Building an identity server that supports OAuth 2.0 and OpenID Connect with ASP.NET Core and IdentityServer4 - Part 5
In the previous post we added an MVC client to our project and protected it using our identity server. In this post we are going to add user registration fun...