Azure-Samples / active-directory-dotnet-graphapi-web

A .NET 4.5 MVC web app that demonstrates how to query the Azure AD Graph API using the Azure AD Graph Client Library
82 stars 68 forks source link

https://graph.windows.net/{tenant}/me?api-version=2013-11-08 gives not found #1

Closed pksorensen closed 10 years ago

pksorensen commented 10 years ago

The samples dont seem to work

The userprofile actions fails as of graph api returns not found when it asks on behalf of the user at https://graph.windows.net/{tenant}/me

I tried with the WebApp-GraphAPI-DotNet

skwan commented 10 years ago

We're looking into this, stay tuned...

pksorensen commented 10 years ago

Just gave a presentation and noticed it. I have been used to getting profile by the /users/{subject} instead of /me.

skwan commented 10 years ago

We made a service update and this should be fixed now - please let us know if it's still not working for you.

pksorensen commented 10 years ago

Cool. Rapid fixes. Can confirm that it works here too :)