MSDN Magazine Article: Secure ASP.NET Web API with Windows Azure AD and Microsoft OWIN Components

MSDN Magazine Article: Secure ASP.NET Web API with Windows Azure AD and Microsoft OWIN Components

The November issue of the MSDN Magazine features an article from yours truly, titled “Secure ASP.NET Web API with Windows Azure AD and Microsoft OWIN Components”. Thanks to the awesome editorial team and the precious input from Daniel Roth and Howard Dierking (thanks guys!) the article is various notches above the rants in…

Call a Web API Without Knowing in Advance Its Resource URI or What Authority It Trusts

Call a Web API Without Knowing in Advance Its Resource URI or What Authority It Trusts

Courtesy of the daylight saving switch, which made the weekend just a tad longer, here there’s a quick post to show a relatively small but powerful feature of ADAL, the AuthenticationParameters class.In a nutshell: I’ll show you how you can write a client to consume a Web API secured by AD – knowing…