I have requirement to call Azure Logic App from Power Pages Client Side Script. I would like to protect the call with the Power pages Portal access token which is created for the logged in user of the portal.
1. How to get the current user's access token in the client side?
2. How to make the Logic App to validate the token?