Hi All
I am trying to build a custom connector to our backend API using OAuth 2.0. I was able to make successful requests using Postman and Azure API Management. However, I am struggling with a Power Automate Custom Connector.
I believe what is missing is setting an additional body parameter in the configuration of the token.
In Postman I can add the resource under Advanced Options:
In Azure API Management, I can add the body parmater as a key-value pair:
How would I achieve this in a custom connector? Could I use policies or custom code to add the extra parameter?
Thank you