We have an AAD B2C set up that allows for external users to login with accounts maintained within AAD B2C. Additionally, internal corporate users will log in using their AAD accounts per https://docs.microsoft.com/en-us/azure/active-directory-b2c/active-directory-b2c-setup-aad-custom
Have a request to suppress the creation of Federated user accounts within AAD B2C for the internal users authenticating via AAD.
I am assuming I can remove the steps from the UserJourney to stop from writing to the directory.
Has anyone done this successfully? Also, we will lose the audit capabilities withing B2C for these users -- are there any other reasons not to do this?