2 articles in ASP.NET Identity
Adding ASP.NET Identity 4.5 to an Existing Application
November 12, 2016
Watching videos about putting ASP.NET websites together, it always looks really nice and straight forward, it demos really well. Back at the office, faced with some real world requirements things never seem that simple. To this end I decided to try to setup the Identity framework from scratch on an…
Visual Studio 2013 WIF 3.5 STS Template
October 27, 2016
The Windows Identity Foundation (WIF) 3.5 provided some Visual Studio templates to create a Secure Token Service (STS.) Unfortunately these were not available in Visual Studio 2013 and also, they actually created a Web Site rather than a Web Application. I wanted to create an STS using these…