Hi there,
I have a poweautomate HTTP endpoint secured by API management service, which implements JWT validate policy against one of my app registration.
What I can do is:
running Azure CLI "az login" and "az account get-access-token --resource api://67568467-a9c0-4249-8854-**3" ,
Send a request to API management service with above token and get the response from PowerAutomate from Postman
What I need to do is:
1. user login to an web app secured by the app registration with its company account,
2. web app acquires access token from the same app registration for the login user silently and uses it in the request to API management. However, I can't do it with MSAL.js.
I don't find any documentation to help me achieve the programming route.
