cancel
Showing results for 
Search instead for 
Did you mean: 

Webservices-REST "Setup Oauth" action

Anonymous
Not applicable
Hi everyone,   I want to use this object to get and write something on google sheets.   But I don't know how to pass the Oauth. I already created my client ID and password. But I still have no idea about how to configure the parameter below.   Token URL Username Password Certificate Filename Certificate Subject Certificate Password     Does anyone have the experience about REST configuration?   Thanks, Tsai
2 REPLIES 2

AndrzejKaczor
Level 4
Hey, I'd also would like to be able to find the documentation for that BO

NarayanShrawagi
Level 6
Hi, We have used Token URL to send data to External Application. When I was using Oauth to authenticate the URL, it gave me error. In my case , as the external application was Service now which uses accept the data in Base64 encoding, I have  added code in this action to send the userid and password in Base64 encoding and it worked .
Narayan