unable to implement the flow of azure ad b2c google login with reactjs and nodejs

I am trying to connect my frontend reactjs app and backend nodejs app for registering and login using azure ad b2c with google as identity provider I did all settings as per this

After running the app the user is registering successfully but i am not able to store user information in my db using nodejs, I am not understanding how the flow works

the user information was stored in azure, but i would like hit one more node api which would fetch the data from azure and save it to my mysql db and then I give access to the application.

can anyone help me with this,

specifically i would like to know how this reply url works how could I hit my node api and after successfully saving info in db give access to my reactjs dashboard?

in react I used msal package

Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like