When using the custom HTTP connector, there is an option to use oauth2 as an authorization type. I have encountered an API that requires that scope be submitted during the /token phase and there is nowhere to put scope or set form contents for this step.
if you view the documentation for the Microsoft Graph API, you can see that the token stage of the authentication requires specific params to be POSTed.
This is possible to do with the connector SDK, but when using the HTTP connector there is no option to specify a POST body when using oauth as a authorization type
John Huffman
HTTP Connector doesn't support scope
if you view the documentation for the Microsoft Graph API, you can see that the token stage of the authentication requires specific params to be POSTed.
https://docs.microsoft.com/en-us/graph/auth-v2-user
This is possible to do with the connector SDK, but when using the HTTP connector there is no option to specify a POST body when using oauth as a authorization type