how i login my app with multiple user which is in my Azure active Directory?
On azure I created Azure Active B2c Directory. Then Register App. Then create key. Then Add User in Azure Active Directory. Then assign that user to my Register app.
But while login with user email and password to my app I get Error.
AADSTS50020: User account from identity provider 'live.com' does not exist in tenant and cannot access the application in that tenant.
I use web api in backed.
and AngularJS in front end.
how i login my app with multiple user which is in my Azure active Directory? also How i add role to User?