Hi there,
We've been using Azure and the Graph API for some time now with no problems. We authenticate users from our application using Oauth2, then query the Graph API to obtain some information about that user. This last step is done by calling:
https://graph.windows.net/me?api-version=2013-04-05
This has worked beautifully up until a few days ago (around the 18th). Now, any call we make using the me alias returns:
{"odata.error":{"code":"Authentication_MissingOrMalformed","message":{"lang":"en","value":"Access Token missing or malformed."},"values":null}}
Nothing has changed in our application, so I assume this is a change to the way the Graph API is working. I've tried accessing the me alias via the Graph Explorer (https://graphexplorer.cloudapp.net) and I'm getting the same issue there.
Any help would be greatly appreciated. Thanks!
- Terence