ASP.NET Core 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.1 product.local 127.0.0.1 tenant-a.product.local 127.0.0.1 tenant-b.product.local In
ASP.NET Core 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 [https://docs.asp.net/en/latest/] using VS Code [https://code.visualstudio.com/] on my Mac. I have a simple scenario: Building a Web API which has CRUD operations for a CustomerModel. So purely HTTP things. :-) My controller
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 usingThinktecture Identity Server v3 [https://github.com/thinktecture/Thinktecture.IdentityServer.v3] for authentication and authorization using