Manage user from Azure AD B2C using AD Graph API - secure access
问题 We are building a Xamarin Native mobile apps and using Azure AD B2C for authenticating users using their social logins. We decided use MSAL native library (Xamarin) for authenticating using B2C. And our mobile app required to manage(full access) the signed-in user profile. Since this feature isn't available in MSAL we have decided to go with ADAL for the time being. Followed the instruction provided in the link below and the sample works. But I started experimenting by deleting the API access