-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't working as-needed or as-intended, or may be missing dataSomething isn't working as-needed or as-intended, or may be missing dataimprovementImprovements or additions to already-existing code---not part of new features/requestsImprovements or additions to already-existing code---not part of new features/requests
Description
Describe the bug
Whenever there is no valid credential file, the program spawns a window to prompt the user to login to their MS acct. However, after entering credentials, the program enters into a repetitive loop where the redirect URI is not resulting in a successful login.
Expected behavior
The redirect URI should be provided to the API to successfully log the user in, ultimately creating a valid credential file (.jsonc).
Additional context
This may likely be caused by an out-of-date or mis-matched web driver file; ensure the web driver's version matches the web browser's version! If necessary, make it more foolproof. Only afterwards, investigate how the redirect URI is saved to see if any debugging needs to be done on that end.
Metadata
Metadata
Assignees
Labels
bugSomething isn't working as-needed or as-intended, or may be missing dataSomething isn't working as-needed or as-intended, or may be missing dataimprovementImprovements or additions to already-existing code---not part of new features/requestsImprovements or additions to already-existing code---not part of new features/requests