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

19015919-007
20
Reputation points
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.
{count} votes