garima | 2020-11-26 05:12:39 UTC | #1
We are working on setting up Data Actions integrations with External Application ServiceNow using Oauth (user defined). For this at serviceNow end a 'redirect URL' is to be provided for Genesys cloud while setting Oauth( application registry in servicenow) . WHat should be this redirect URL ?
anon11147534 | 2020-11-26 13:45:08 UTC | #2
This redirect URL should take the authorization code as a query string and post it to the authorization service to exchange the authorization code for an access token. For more information on Authorization Code OAuth see the Authorization Code grant and Authorization Code grant code example. On Implicit Grant OAuth see the Implicit grant and Implicit Grant code example
Jason_Mathison | 2020-11-30 13:55:31 UTC | #3
Data Actions typically use a "Client Credentials Grant" to do their OAuth authentication, as this is a "Computer to Computer" interaction without any user involved.
system | 2020-12-31 13:55:32 UTC | #4
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.
This post was migrated from the old Developer Forum.
ref: 9388