dorsh
dorsh

Reputation: 24670

Office365 OAuth API returns error "AADSTS90093: Does not have access to consent"

I have an Azure app requesting the following Delegated Permissions:

So far, most users have had no major problems signing in, but I recently had a user getting an error AADSTS90093: Does not have access to consent.

From what I could gather this means the user's Active Directory admin has prevented them from granting access to third party apps. Am I right? If so, is there anything I can do code- or app-configuration-wise, without bothering my users or AD admins?

(I'm new to working with Azure and Office365, so please let me know if I'm way off, I honestly have no idea what I'm doing)

Upvotes: 1

Views: 2892

Answers (1)

Jason Johnston
Jason Johnston

Reputation: 17692

Yes that's right. There's nothing you can do to get around it, the admin has blocked the user from using OAuth.

Upvotes: 3

Related Questions