+2 votes
in Azure by
Does My Application Have To Be Run On Azure For It Work With Azure Ad B2c?

1 Answer

0 votes
by
No, you can host your application anywhere (in the cloud or on-premises). All it needs to interact with Azure AD B2C is the ability to send and receive HTTP requests on publicly accessible endpoints.
...