nraboy / ng-cordova-oauth

AngularJS oauth library for use with Apache Cordova projects
https://www.thepolyglotdeveloper.com
MIT License
456 stars 199 forks source link

Issue with Azure AD #289

Closed danielreyna closed 7 years ago

danielreyna commented 7 years ago

Hi,

I am just trying to access a custom WebAPI I have developed in my Azure tenant. However, I keep on getting the below error on the console:

The user or administrator has not consented to use the application with ID ‘XXXX’.

The XXXX is my Client ID in Azure. I am able to get a request_token, but when it tries to do the POST for the authentication, I get the above mentioned error.

Any ideas of what could be the reason?

Daniel Reyna

nraboy commented 7 years ago

Unfortunately, I do not. You might look through the commit history for the developer that added this provider. Not much of a Microsoft user myself.

If the contributor doesn't respond, you'll have to take it to Stack Overflow.

Best,