Thinktecture.IdentityModel.Http and the ASP.NET Web API CodePlex bits

Posted by Your DisplayName here! on Least Privilege See other posts from Least Privilege or by Your DisplayName here!
Published on Wed, 11 Apr 2012 19:42:33 GMT Indexed on 2012/04/11 23:43 UTC
Read the original article Hit count: 406

Filed under:
|

I will keep the github repo in sync with the major releases of Web API (like Beta, RC, RTM). Because of the changes made to Web API after beta, my current bits don’t build against the CodePlex version anymore.

Today I installed a build environment for the CodePlex bits, and migrated my code. It turns out the changes are pretty easy: Simply replace Request.GetUserPrincipal() with Thread.CurrentPrincipal ;)

I will update the repo when RC comes out.

© Least Privilege or respective owner

Related posts about IdentityModel

Related posts about WebAPI