"Coorelation failed" at Microsoft.AspNetCore.Authentication.RemoteAuthenticationHandler`1.HandleRequestAsync()

I fixed the issue by following this tutorial: Build a CRUD App with ASP.NET Core and Angular. This tutorial was using the implicit flow while the previous tutorial I was following was using the authorization code which probably didn’t play nicely with Angular.