I've connect Azure AD B2C to an external IDP using OpenId. The user flow for signup and signin generates an user in my Azure AD.
Is correct that all users are listed in both Azure AD (B2B) and Azure AD B2C users list?
The only thing that differentiates them is the "Source" column where B2C users are marked as "Other"
I have done some tests (for example Provisioning with SCIM, or access to SPA App that use Azure for login, or user manipolation with Graph API) and I can treat B2C users as B2B users, I can't understand what the difference is if not in the directory registration method.