I'm working on some webapis. With B2CGraphClient I can create an user, update or delete it.
My problem is how I can verify username and password. I read Microsoft documentation about it but this case is not covered.
Scenario
From an app the user sends its credentials (username / password). This credentials are stored in Azure B2C. I should call B2C and pass to it this credentials and receive if the user is valid and authenticated or not.