MS graph API failed prevent user login
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 554
- Avg merge
- 20h 42m
- Merged PRs (30d)
- 14
Description
We met user failed to login issue in prod bed.
This is caused by MS graph group API failed and return 400.
We find this API can return success after retry. Here is a draft PR for hot-fix: https://github.com/microsoft/pai/pull/5542
NOTICE, this pr will cause infinite loop if API always failed, should not be merged
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing draft PR #5542 and the login path that calls the MS Graph group API. Verify that a transient 400 can recover while repeated failures terminate without an infinite loop; done requires a bounded retry or failure path and preserved login behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- api, authentication
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 20/100