Details also posted on stack overflow. link below
I have been using the default template for Azure AD graph api in VS 2013 MVC 5 web project. It worked great last week. Launched today and I keep getting http 400 bad requests on this line:
AuthenticationResult assertionCredential = authContext.AcquireToken(GraphUrl, credential);
Double checked all the portal endpoints and nothing changed.
Opened a separate project that also had this feature working... also broken now.
I cannot figure out why this is no longer working. Also unable to log out without getting an HTTP 400 bad request error. Logon to the app works fin however. The https://graph.windows.net (graph url) is my suspect as I cannot navigate to this directly either.
Any help greatly appreciated, as documentation is pretty much nonexistent for this template thus far.
http://stackoverflow.com/questions/21691758/azure-active-directory-graph-api-http-400-bad-request-on-userprofile?sfb=2