-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
console.error: "ERROR:", "ADLoginView._getResourceAccessToken", {} #32
Comments
Same problem. Looks like that the library is unmaintained |
This is most likely not an issue with library, but rather with your azure app registration. please verify those two potential fixes:
|
Same problem. Any idea? |
In constructor the resources option is the issue. Please try to mention graph api url both in constructor and your render method. Also configure graph api properly on azure portal. You can check Microsoft official document to configure your graph api on azure portal It worked for me |
I got this error when my |
I had the same issue and found the problem in authority url. FYI, I was using react-native. |
ERROR: ADLoginView._getResourceAccessToken Error: Failed to acquire token for resources
React native app code as below
Any idea?
Package.json
The text was updated successfully, but these errors were encountered: