I have a flow with the "When a HTTP Request is received" trigger and want to use the "Any user in my tenant" option, so that it cannot be called anonymously.
I have created the necessary App Registration in Azure, created a client secret, and given the app registration the correct permission to use Power Automate.
Does anyone have an example of how to build the some client-side JavaScript code to call the Flow, passing in the necessary OAuth authentication values? I have seen plenty of examples using Postman, but no examples of any JavaScript making the call.
Example using Postman
This announcement and the documentation don't show you how to do it from Javascript calling code, on the client
Thank you in advance