Login
Remember
Register
Ask a Question
Does My Application Have To Be Run On Azure For It Work With Azure Ad B2c?
+2
votes
asked
Mar 6, 2021
in
Azure
by
SakshiSharma
Does My Application Have To Be Run On Azure For It Work With Azure Ad B2c?
#azure-application
azure-ad-b2c
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Mar 6, 2021
by
SakshiSharma
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.
...