Migrating our MVC web app user management to Azure AD B2C -


we have mvc web application has own local sql database. want migrate user management of our application "single sign on" azure ad b2c. have 3 types of users can access our web application through browser (admin, customer1 , customer2). based on each type of user, display home page customised user type.

we want user information azure (included in id token received azure) , @ our end based on user type of user display relevant information user.

my question: how move these 3 types of users azure? should create 3 different signin policies each user types?

thanks!

you can add custom attribute user object, when migrate user azure ad b2c, can add value in custom attribute each user (admin, customer1, customer2). can custom attribute claim in token, , based on app can show relevant homepage.


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -