Kentor.AuthServices 0.4.0 SAML2 for ASP.NET Released

Version 0.4.0 of the Kentor.AuthServices SAML2 package for ASP.NET is now released. The release contains an important security fix and some other improvements. Contents Improved verification of XML signatures to mitigate assertion injection. Support for signed assertions. Validates InResponseTo on incoming responses. Support for SAML2 Http Post binding.

Writing A WordPress Theme with Bootstrap 3

I took the redesign of Passion for Coding as an opportunity to learn Twitter Bootstrap and also to learn som PHP by writing a WordPress theme. Bootstrap is Awesome Working with Bootstrap is totally awesome. For the first time when doing web page layout I didn’t have divs jumping around all over the place with… Continue reading Writing A WordPress Theme with Bootstrap 3

Creating a Self Signed Certificate in Windows

This is a short guide on how to create a self signed certificate in Windows and store it in files. There are many similar guides available out there, but most of them also imports the freshly created certificate into the certificate store. Sometimes I prefer to be able to create a certificate without polluting my… Continue reading Creating a Self Signed Certificate in Windows

An Open Source ASP.NET SAML2 Service Provider

I’m happy to announce an open source ASP.NET SAML2 Service Provider. SAML2 is a common standard for single sign on in enterprise environments. A Service Provider in SAML2 is a web site that allows log on through SAML2 Identity Provider (IdP). Implementing a Service Provider requires issuing authentication requests (AuthnRequest) and handling the returned response.… Continue reading An Open Source ASP.NET SAML2 Service Provider