Category: .NET Core

ASP.NET Core IdentityServer4 OAuth2.0 authentication with custom user validation and secured Web API

What is this post about? This post shows how to setup the IdentityServer4 in combination with an ASP.NET Core Web API using OpenID Connect and OAuth. I will show you two different ways of authorization. The first will be the server-to-server communcation with a secured API. The second will be an extension for the identity […]

Read More