Authenticate using Azure AD B2C

Viewed 49

We are trying to implement Azure AD B2C for our .Net applications. I was able to integrate and authenticate my web application. That's not a problem. My web application when authenticated, allows login and when not authenticated, redirects to the auth page. Works well. But I don't want the B2C to redirect for auth. I want my webapp to call my API and my API should make a B2C API call, send the id and password and get a True/False decision on authentication. Is this possible?

0 Answers
Related