You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue
We've implemented the File Picker for both personal and business accounts by following the documentation and the samples given in the repository.
While everything works as intended (Screenshot 1) in development mode (localhost), the issue comes to production (Screenshot 2 & 3).
When the user opens the Microsoft login popup appears and we instatly get the error: BrowserAuthError: user_cancelled: User cancelled the flow.
The popup window then redirects to the actual web app we have and not to the coresponding OneDrive/ SharePoint.
To Reproduce
Steps to reproduce the behavior: Followed the Documentation provided here and samples examples from this repository.
Expected behavior
The app in production mode to work as in development mode.
Once the user signs in the Microsoft popup the "Picker" popup to show the OneDrive/SharePoint.
Screenshots Screenshot 1: Screenshots 2 & 3:
Details
In my Azure Portal App I've given the following access:
Hey @Asteryx21, I'm going through and looking at some of the older issues. Did anyone ever address this or did you come up with a solution? If not, I can try to take a look. Thanks!
Issue
We've implemented the File Picker for both personal and business accounts by following the documentation and the samples given in the repository.
While everything works as intended (Screenshot 1) in development mode (localhost), the issue comes to production (Screenshot 2 & 3).
When the user opens the Microsoft login popup appears and we instatly get the error:
BrowserAuthError: user_cancelled: User cancelled the flow.
The popup window then redirects to the actual web app we have and not to the coresponding OneDrive/ SharePoint.
The error comes to that line:
To Reproduce
Steps to reproduce the behavior: Followed the Documentation provided here and samples examples from this repository.
Expected behavior
The app in production mode to work as in development mode.
Once the user signs in the Microsoft popup the "Picker" popup to show the OneDrive/SharePoint.
Screenshots
Screenshot 1:
Screenshots 2 & 3:
Details
In my Azure Portal App I've given the following access:
Picker configuration options:
My msalParams and authParams:
The text was updated successfully, but these errors were encountered: