I’m confused, when I search for a (from my perspective ) common task I only get hundreds of examples how to add http requests to my Studio. But this is what I want:
On my IIS Webpage, any user hits a button “click here to get notepad calculate 1+1” and gets the response “2”. (in the background orchestrator gets an API call to start process and returns the result. I know how orchestrators apps work, so you can do this on UiPath… but I want the users to connect (without licenses) on my page http://runnotepadbyrob.com/try
So I’ve managed this with postman, but absolutely no idea how to manage oauth in my web-page. Do you know any examples or videos or documentation? I can get the code from postman for node-js, sure, but the oauth-process is never explained. Perhaps I’m completely wrong, so please correct my ideas.
I can see many connectors who do this, for example out of service-now, but how to do this on my own site?
Many thanks for any support!
Toby