Is there any way to use one AzureAD app for both frontend and backend
I have react front-end app and AWS lambda backend. I already integrated AzureAD authentication to my react app using MSAL. I wanted to clarify a couple of things after the user logs In to the front end i want to…