Azure Active Directory - Access Denied in New Portal

前端 未结 2 1438
闹比i
闹比i 2021-01-19 10:57

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

2条回答
  •  执笔经年
    2021-01-19 11:54

    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.

提交回复
热议问题