My custom connector keeps failing so I did a few tests and found out that it's the power automate settings thats mangling my url.
I generated the authentication url just like it says in the twitter docs. When i tried to input the same fields in the power automate generic oauth 2 config my url is mangled. I can make the request in python no problem. Also if i generate the url in python an paste it into the browser, also no problem.
the main difference are:
the first url puts plus signs between the scope.
the first url doesn't add response_type=code
the first url is the one created by power automate. If i try to add response_type=code to the power automate, it then adds a ? it does something like this
response_type=code?&
is there any way that i can just manually set these?
I've also tried with the http flow, i get the redirect but get a 302 error and the flow breaks there.
Is there any way to have the automate tools not insert plus signs between the scope variables and also how to get around the issue with the needed response_type=code?


Report
All responses (
Answers (