Microsoft Azure REST API + OAuth 2.0
Recently, Microsoft Azure has announced support for using OAuth 2.0 protocol to authenticate Service Management REST APIs. This is something promising since OAuth 2.0 is pretty much the de facto standard for authentication on the web nowadays and it’s relatively easy to understand and reproduce manually compared to OAuth 1. Although the feature is still in preview mode, it works just fine.
This will be a short, proof of concept post explaining how to authenticate the APIs using OAuth 2.
Read More →