0
votes

Context

I've successfully created and configured a Azure B2C tenant and a ASP.NET Core 3.1 Web Application which uses AD B2C built in workflows to authenticate users.

Question

In the application described above the login forms (even they have customized design by me) are provided and hosted by Azure AD B2C infrastructure.

Is it possible to use my entirely custom login form (hosted in my web app), get the typed credentials from the uses, then call Azure AD B2C API to do the authentication, and get the token?... or it is not a supported scenario and asking for the credentials form is always must be hosted by the Azure AD B2C infrastructure...

1

1 Answers

1
votes

From a web app this is not supported. We do support an ROPC flow from mobile apps.