My problem seems similar to
http://social.msdn.microsoft.com/Forums/windowsazure/en-US/1375fb0d-1041-4d67-9059-1ca932ef586d/cannot-log-into-azure-using-the-chrome-browser?forum=windowsazuredevelopment
I can't complete the process of logging into my windows azure portal using
Chrome 36.0.1985.143 on MacOSX 10.9.4. This used to work, by which I mean after accepting my userid/password/multifactor token, it would take me to the main management window. Now it hangs mid-way.
When I submit my userid and password on https://manage.windowsazure.
it indicates my userid in the upper left corner and begins the rotating
blue circle graphic. But it never moves on to the actual portal ("all items").
I have two-factor authentication enabled.
On other browsers such as Firefox 31.0 and Safari 7.0.6 there is no problem. Obtaining the code via cell phone works, and login proceeds to the actual portal.
I suspect there is some credentialing/authentication issue related to some
locally cached state, e.g., cookies. I have deleted all cookies from windowsazure.com and
related domains that I can find from chrome, but this has not solved the problem yet. Is there any online reference to cookie maintenance for the windows azure portal. Will a password change trigger the clearing of all cookies? How about
if I discontinue multi-factor authentication?
Andrew