You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

REST Connection failure with OAuth Custom Two Legged Flow security

edited Aug 12, 2021 6:33AM in Integration 9 comments

Summary

We are receiving a failure while creating and testing the connection for RISEUP rest api with OAuth Custom Two Legged Flow security policy.

Content

Here are the details we are using to create this connection.


Access Token Request :
-X POST -H "Authorization: Basic XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXxXXXXXX" -H "Content-Type: application/x-www-form-urlencoded" -H "Accept:application/json" -d 'grant_type="client_credentials"' https://cusomer-api.abcd.xyz/v3/oauth/token
Refresh Token Request : NA
$access_token : access_token
$refresh_token : refresh_token
$expiry : expires_in
$token_type : token_type
access_token_usage : -H Authorization: ${token_type} ${access_token}


Here is the error we are receiving while testing the connection.

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!