Hi;
I'm building an ASP.Net Core app. It's users are into two separate groups (Vendors & Consumers).
The consumers can login third party providers with minimum user data.
The Vendors however, require an email/password signup with a series of data.
My questions are:
a) Can an app two Azure Login/signup forms with different policies like in my case?
b) If yes, where can I learn how to do it? I checked the docs but nothing?
Thank you in advance!
..Ben
..Ben