Authenticate React app with Azure AD B2C SUSI userflow with azure functions instead of backend web api

19015919-007 20 Reputation points
2023-02-25T10:00:30.31+00:00

I want to connect react front end with Azure B2C user flow sign in and sign up, but Instead of backend api, I want to use Azure functions. The flow will be like: React will call azure function, the azure function will sign in or sign up user and return token back to react app. I checked on azure documentation, instead of Azure Functions they have tutorials related to backend api in which we configure our settings like client id etc in appsettings.json, but I want all this in azure function instead of Web API.

Azure Active Directory
Azure Active Directory
An Azure enterprise identity service that provides single sign-on and multi-factor authentication.
13,544 questions
Azure Active Directory External Identities
{count} votes