Manually Using Fiddler to Authenticate

One thing I would encourage anyone planning to use Azure Active Directory to authenticate users is to understand a bit more about the oauth 2.0 workflow. To this end I’m going to follow the instructions on the blog post, Using Fiddler to acquire a JWT ( JSON Web Token ) for use with the Graph API, to access content from the Azure Mobile Service. I’d also suggest reading this page which covers the Authorization Code Grant Flow

Leave a comment