'Azure B2C For Both Web Apps and Native Mobile

I am sure this scenario must be supported, but I cannot find examples of how to do it.

I have a .NET Core Web App that uses Azure AD B2C with custom html pages for signup, signin, profile edit, etc.

I would like to create some iOS and Android apps that interact with the same B2C tenant but provide their own native screens and just interact B2C from business logic.

Would the native apps just have to use the Microsoft Graph to log users in, reset passwords, edit profile, etc? Or can they use MSAL libraries (but not use the custom html pages defined in the policy flows) to drive their native authentication screens?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source