Building an identity server that supports OAuth 2.0 and OpenID Connect with ASP.NET Core and IdentityServer4 - Part 3
In the previous post we implemented a protected REST API and a console application that consumed the API. The console application made use of an access token...