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: logging into MS Graph enters infinite loop #102

Open
Samlant opened this issue Jan 23, 2024 · 0 comments
Open

bug: logging into MS Graph enters infinite loop #102

Samlant opened this issue Jan 23, 2024 · 0 comments
Assignees
Labels
bug Something isn't working as-needed or as-intended, or may be missing data improvement Improvements or additions to already-existing code---not part of new features/requests

Comments

@Samlant
Copy link
Owner

Samlant commented Jan 23, 2024

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.

@Samlant Samlant added bug Something isn't working as-needed or as-intended, or may be missing data improvement Improvements or additions to already-existing code---not part of new features/requests labels Jan 23, 2024
@Samlant Samlant self-assigned this Jan 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working as-needed or as-intended, or may be missing data improvement Improvements or additions to already-existing code---not part of new features/requests
Projects
None yet
Development

No branches or pull requests

1 participant