ASP.NET Core 1.0 How To Create a Self-Signed SAN Certificate - The Easy Way For a current project, I'm developing an ASP.NET Core 2.1 based multi-tenancy Web API. To test locally, I added some domains to my hosts file: 127.0.0.
ASP.NET Core 1.0 Back to the roots: Creating thin Web APIs using the Core of ASP.NET Core 1.0 I'm currently fiddling about ASP.NET Core 1.0 using VS Code on my Mac. I have a simple scenario: Building a Web API which has CRUD operations for a
Identity Server Authenticated ASP.NET Web API Integration Testing hosted by OWIN/Katana This post is backed up from my old blog and was posted at 2014-12-09. I had to add some integration tests to a Web API which was secured by an [Authorize]-attribute. I’m using Thinktecture Identity Server v3 for authentication and authorization using