Insufficient privileges error when trying to access Azure Graph APIs

后端 未结 2 1571
迷失自我
迷失自我 2020-12-16 18:32

I have set up an Azure AD application that I want to use with my web application. I have obtained an oAuth token using the following steps:

First I requested my aut

2条回答
  •  北海茫月
    2020-12-16 18:54

    In my case, I had to delete the Azure AD App Registrations that I created in the New Portal and re-create them in the Classic Portal. After doing this, the "insufficient privileges" error went away and everything worked fine.

    As a prerequisite, make sure you are added as a co-admin to your subscription from the classic portal as well, otherwise Azure won't even let you into the Classic Portal anymore.

    Seems like Microsoft still has some issues to hammer out with the New Portal...

提交回复
热议问题