Skip to content
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

[Bug]: Access Denied when connecting to SharePoint Online using Interacive authentication #55

Closed
silverhack opened this issue Jul 18, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@silverhack
Copy link
Owner

What happened?
It seems that Microsoft is blocking some Microsoft's first-party apps from connecting SharePoint Online.
1950a258-227b-4e31-a9cf-717495945fc2

How to reproduce it
Monkey365 fails with authorization error after successfully connecting to SharePoint Online, due that the ClientId used (Microsoft Azure PowerShell ClientId) is blocked by Microsoft. The following error response is returned:

{"error":"invalid_request","error_description":"App is not allowed to call SPO with user_impersonation scope"}

Additional context
Both Client credentials and certificate authentication flows are not affected by this issue.

@silverhack
Copy link
Owner Author

It's now fixed on dev branch. It will be merged to main branch asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant