How can you validate that the JSON notification message is sent from the Microsoft Graph service?

Posted by: Pdfprep Category: MS-600 Tags: , ,

How can you validate that the JSON notification message is sent from the Microsoft Graph service?
A . The ClientState must match the value provided when subscribing.
B . The user_guid must map to a user ID in the Azure AD tenant of the customer.
C . The tenant ID must match the tenant ID of the customer’s Office 365 tenant.
D . The subscription ID must match the Azure subscription used by ADatum.

Answer: A

Explanation:

clientState specifies the value of the clientState property sent by the service in each notification.

The maximum length is 128 characters. The client can check that the notification came from the service by comparing the value of the clientState property sent with the subscription with the value of the clientState property received with each notification.

Note: A subscription allows a client app to receive notifications about changes to data in Microsoft Graph.

Reference: https://docs.microsoft.com/en-us/graph/api/resources/subscription

Leave a Reply

Your email address will not be published.