Skip to content

bug: logging into MS Graph enters infinite loop #102

@Samlant

Description

@Samlant

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 dataimprovementImprovements or additions to already-existing code---not part of new features/requests

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions