Using old azure portal, I am able to navigate to Azure Active Directory. But with the new portal \'Portal.Azure.com\', I am seeing \'Access Denied\' error message.
T
In my case the solution was different.
The clock on my machine got de-synchronized (lagging 13 hours behind) and when my browser was encrypting a security token to request a sensitive page at Azure Portal, this token was rejected by server and I received "Access denied" error page.
It seams like "time.windows.com" was providing a wrong world time to my computer (yes, it is insane) - I changed it to "time.nist.gov" via Control Panel
/ Date and Time
/ Internet Time
/ Change Settings
. It immediately updated my computer with correct time.
Then I signed-out and singed-in to Azure Portal and it started working just fine.