I am using MSAL authentication to connect to OneDrive and save files for my app. Recently I found the login no longer works. I was just testing the app and it worked well because I was already logged in, but the login process stopped working.
Steps:
- Click "Login" button (provided by the toolkit)
- Account selection window appears
- Pick account and click continue
- Next page loads
- Window dismisses with no error
- Not logged in
Where is the possible source of this issue and should the provider catch this scenario because I can see how this would be very frustrating for my users when they cannot login to the app to save and load their data to OneDrive.