How to Secure .NET Core Web APP using Identity Server 4
In this tutorial, we will learn How to Secure .NET Core Web APP using Identity Server 4. To do that, we will create a WEB API Application, Identity Server Application, and a Client App to consume the methods from the API and use the Identity server to Authenticate the user. What is Identity Server? IdentityServer … Read more