Does Microsoft Graph API support change notifications with Azure AD B2C?

709 views Asked by At

I'm trying to get change notifications for users to work with my application connected to Azure AD B2C.

I followed the following tutorial and the subscription is created successfully but I never get any change notification:

https://learn.microsoft.com/en-us/learn/modules/msgraph-changenotifications-trackchanges/1-introduction

After a bit of research I found some statements mentioning that B2C is not supported by Graph API:

I wonder whether this still holds true especially because Microsoft announced that Azure AD Graph API should not be used anymore:

https://techcommunity.microsoft.com/t5/azure-active-directory-identity/update-your-applications-to-use-microsoft-authentication-library/ba-p/1257363

I ask this question here because Microsoft support redirected me to SO to ask questions about Graph API.

TLDR;

Does Microsoft Graph API support change notifications with Azure AD B2C in 2020?

1

There are 1 answers

4
Jas Suri - MSFT On BEST ANSWER

Microsoft Graph API does not support change notifications with Azure AD B2C as of August 2020. Nor does AAD Graph support change notifications with Azure AD B2C as of August 2020.

You could use Azure Monitor and Event hubs to harvest events from the Audit Logs, such as a Sign Up event. https://learn.microsoft.com/en-us/azure/active-directory-b2c/azure-monitor