Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I connect to the Azure AD B2C from Microsoft Graph Explorer

I have a Azure AD B2C Tenant and a few users in it.

  1. How can I use the Microsoft Graph Explorer to update those users properties (default as well as custom)?
  2. What endpoint I need to use and what credentials to be used to login to the Microsoft Graph Explorer?
like image 530
wonderful world Avatar asked Jan 27 '26 03:01

wonderful world


1 Answers

Currently, you must use Azure AD Graph API and Azure AD Graph Explorer to manage users in an Azure AD B2C tenant, since Microsoft Graph doesn't support some of the user properties that are used by Azure AD B2C.

You can sign in as either a Company/Global Administrator or User Administrator user to Azure AD Graph Explorer.

like image 160
Chris Padgett Avatar answered Jan 28 '26 18:01

Chris Padgett