I am starting a new (MVC Core) project that needs to have login/register/edit/reset pass account functionality and wanted to use AD B2C.
But can't understand and configure it properly.
I followed tutorials on Docs, created AD Tenant, created new MVC Core app with Ms Identity Platform for auth, configured it to use AD, and when I start it, it offers login immediatelly, I can login with my personal MSA but not with one user I created in AD B2C!
Why I can't login with user from AD?
Where's Edit profile, Reset pass and other pages? I created 2 user flows in B2C - sign in/out, edit profile. But how to use that from my app?
When I test flow - sign in for example, UI is completely different from the sign in UI i get when i start my app. Why is that? Shouldn't my app use that signin user flow with its UI template?
Is there some full sample that covers basic account create/edit functionality with B2C and MVC Core 3 / 5?


