Reputation: 11
We have Azure AD in our tenant, being populated by our on premise AD.
We have an external application that is currently using forms based authentication (user accounts are stored in a DB). I'm looking at importing these user accounts into a new Azure B2C directory. I would like to retain the current login ID.
Very basic question: Can B2C users authenticate with both their B2C login ID as well as their UPN like they can in regular Azure AD?
Upvotes: 1
Views: 896
Reputation: 1232
If the user accounts in your database are simply usernames, you can import them as usernames (using the graph API) and then allow users to sign in using usernames.
Upvotes: 0