Monthly Archives: August 2012

Support for X.509 Client Certificates in Thinktecture.IdentityModel for Web API

Another RTM feature I was waiting for is (reasonable) SSL client certificate support in Web API. Just like all the other authentication methods, you configure client certificate support on the AuthenticationConfiguration object. The following code configures the certificate to chain … Continue reading

Posted in IdentityModel, WebAPI | 10 Comments

Per-Route Claims Transformation in ASP.NET Web API

ASP.NET Web API RTM includes support for per-route message handlers. This allows to do low level work very early in the pipeline (after global message handlers, before authorization filters). See here for some examples. Per-route message handlers are also a … Continue reading

Posted in IdentityModel, WebAPI | Leave a comment

Thinktecture.IdentityModel Nuget updated to RTM

Title says it all ;) http://nuget.org/packages/Thinktecture.IdentityModel

Posted in IdentityModel, WebAPI | 3 Comments