Henri Tuomola
Software developer and hobbyist photographer
Azure AD group-based authorization with WebAPI and OWIN
I blogged about using Azure AD (AAD) groups as roles in an ASP.net MVC application a while ago. While speaking at Namesdays in Espoo, Finland last week, I presented briefly how the same approach can be applied in a WebAPI project. If you want to use AAD groups for adding...
Using Azure AD groups as roles with OWIN
Update 23.2.2015: Group memberships are now included in the access token and you might want to consider using the new Application Roles functionality instead. Check the new blog post for info.
Announcing Klipit, a Windows 8 application for Kippt
I’m happy to announce that my latest pet project, Klipit, is now available in the Windows Store for free.
Visual Studio 2012 Update 2 March CTP, WP8 dev tools & portable class libraries - not so fast
New goodies
Auto-versioning Windows Phone application packages using MSBuild
TL;DR: To auto-version your Windows Phone XAP files, set AssemblyVersion attribute value to e.g. “1.2.*” and use the MSBuild AfterBuild snippet in step 2.