My Blog

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
Website launches in its first version

Website launch After a long time of thinking about how to create my new website I decided to use WordPress as base for my site. This is my first blog post and there will hopefully follow many more with some more interesting content :).   public class Program { public static void Main(string[] args) { […]

Read More