We have a third-party Azure AD application which uses the Microsoft Graph API. This application has not been changed in Production for around 2 months, and we have not had any issues so far.
Since this morning, I am unable to login to the application due to HTTP 429
responses on requests to the Office 365 Graph API. This is happening to requests on both /messages
and /people
endpoints. See below screenshot of developer console:
Would someone be able to advise if there have been any recent changes to the throttling limits on the Graph API?
I don't understand why this would suddenly start happening when there have been no production changes to our application for months.