Hello there,
I was going through "http://social.msdn.microsoft.com/Forums/en-US/WindowsAzureAD/threads?announcementId=1ec9c47e-197b-4108-89e3-0c62c8e7f49d#1ec9c47e-197b-4108-89e3-0c62c8e7f49d" and found that Microsoft is going to change WS-Federation endpoint from "/wsfed">https://login.windows.net/<tenant>/wsfed".
Currently we are using "https://accounts.accesscontrol.windows.net/yourtenantdomain.onmicrosoft.com" to create AuthenticationContext for Graph Api call using Windows Azure Authentication Library Beta. I am changing WS-Federation endpoint in my application. Should i need to change "https://accounts.accesscontrol.windows.net/yourtenantdomain.onmicrosoft.com" to call Graph api? I am getting error when i chage "https://accounts.accesscontrol.windows.net/yourtenantdomain.onmicrosoft.com" to "https://login.windows.net/yourtenantdomain.onmicrosoft.com".
It is working fine with "https://accounts.accesscontrol.windows.net/yourtenantdomain.onmicrosoft.com"
Any idea when this change is going to be rolled out?
Thanks & Regards,
Sudev Gandhi