I have SPA made by react. And user authentication is done with Azure AD B2C. Right now, we are trying to figure out a mechanism to get an access token to access the backend after a user logs in. The backend is Azure functions. I think it is set up through "Application Registration" in Azure AD B2C, but I don't know the details. I see that there is an azure functions URL
http://[yourapp].azurewebsites.net/api/[funcname]?code=[functionkey]
but where should I set it?
Please tell me...