I am experiencing an issue when attempting to obtain an authorization code for Microsoft Graph API. The process works correctly for accounts created before October 2024, but for those created afterward, I encounter a server_error
after signing in and being redirected with the code.
Steps:
- Redirect users to the Microsoft authorization endpoint.
- Users log in using accounts created after October 2024.
- After successful login, instead of receiving the authorization code, the server responds with a
server_error
.
This issue does not occur for older accounts, and the application configuration remains unchanged.
- Has there been any recent change to permissions, policies, or requirements for newly created accounts after October 2024 that could explain this behavior?
- Are there specific logs or diagnostic settings that could provide more details about the cause of the
server_error
?
Any insights or guidance would be greatly appreciated.I am experiencing an issue when attempting to obtain an authorization code for Microsoft Graph API. The process works correctly for accounts created before October 2024, but for those created afterward, I encounter a server_error
after signing in and being redirected with the code.
Steps:
- Redirect users to the Microsoft authorization endpoint.
- Users log in using accounts created after October 2024.
- After successful login, instead of receiving the authorization code, the server responds with a
server_error
.
This issue does not occur for older accounts, and the application configuration remains unchanged.
- Has there been any recent change to permissions, policies, or requirements for newly created accounts after October 2024 that could explain this behavior?
- Are there specific logs or diagnostic settings that could provide more details about the cause of the
server_error
?
Any insights or guidance would be greatly appreciated.