I am trying to create an Azure Logic Apps Custom Connector and using OAuth2 with Azure Active Directory.
The service I am trying to subscribe to is UTS (user to service) and required grant_type "password".
It is working as expected when I try these settings from Postman but facing a problem in generating tokens from the custom connector.
Any help will be appreciated.
Thanks.