Are there issues with the GRAPH API and authentication ?

Magnus Kelly 1 Reputation point
2021-01-07T18:30:22.167+00:00

Hello, can I check if anything has recently changed with the Graph API in terms of authentication ? I ask as the below worked last year (and continues if I attempt the webhook endpoint manually when I do indeed get a 200 OK response back.)

cometd-app_1 | [15:52:14] WARN msGraph/54b6f1bd-db37-4f48-a64c-c14eec2bd681: {
cometd-app_1 | error: {
cometd-app_1 | code: 'InvalidRequest',
cometd-app_1 | message: 'Subscription validation request failed. Notification endpoint must respond with 200 OK to validation request.',
cometd-app_1 | innerError: {
cometd-app_1 | date: '2021-01-07T15:52:14',
cometd-app_1 | 'request-id': '7a468b24-2226-41b3-bc42-df84a0ed2d68',
cometd-app_1 | 'client-request-id': '7a468b24-2226-41b3-bc42-df84a0ed2d68'
cometd-app_1 | }
cometd-app_1 | }
cometd-app_1 | }

Is there any form of service status indicator for the Graph API ?

thanks

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
10,813 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Magnus Kelly 1 Reputation point
    2021-01-08T15:39:24.057+00:00

    Hello & thankyou for the suggestions. This resolved after renewed subscription.

    On my second question is there a health monitor for the Graph API ? I ask as I am seeing varying results in how long it takes for changes to users accounts to propagate and whilst i can find many status updates for Azure services I have not yet found one for the graph API ?

    thanks
    Magnus