REST Connection failure with OAuth Custom Two Legged Flow security
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.
0