user584018
user584018

Reputation: 11364

Azure AD: Failed to grant permission for application

I am just trying to do grant permission for my application after registering with Azure AD, but I am getting this error,

Failed to grant permission for application "".

Could somebody suggest me the reason?

enter image description here

Upvotes: 2

Views: 2230

Answers (1)

juunas
juunas

Reputation: 58908

The Grant permissions button does administrator consent for the tenant, so you should be an admin in the Azure AD tenant to do this.

Administrator consent means that no user will be asked for consent, and thus requires higher privileges.

Edit: this was possibly changed later so the button now does regular user consent if you are not an admin. Though if the tenant has user consent disabled, you'd get this or a similar error too.

Upvotes: 5

Related Questions