We are looking at using Azure AD B2C in an application and I am confused about which package to use when working with Azure AD B2C.
This question discusses the difference between the MSAL and ADAL library: MSAL or ADAL library for use with Azure AD B2C and Xamarin.
In addition to that, there is now a warning on the Azure AD Graph API reference to instead use the Microsoft Graph API. None of the examples for B2C seem to use Microsoft Graph API and there appears to be no description of the level of support for Microsoft Graph with B2C.
I need to be able to create users with custom attributes in B2C and then query them using a Graph API.
What is the correct package to use to interact with Azure AD B2C and are there examples that show how this is done?