SAP Concur Onboarding

J-F_Gauthier
New Contributor II
New Contributor II

I need help connecting SAP Concur to Saviynt. I was able to connect with Postman.

Can some one help me for the connection json ?

2 REPLIES 2

sudeshjaiswal
Saviynt Employee
Saviynt Employee

rushikeshvartak
All-Star
All-Star

{
"authentications": {
"acctAuth": {
"authType": "BasicWithAccessToken",
"url": "https://<hostname>/net2/oauth2/accesstoken.ashx",
"httpMethod": "GET",
"httpHeaders": {
"contentType": "application/x-www-form-urlencoded",
"X-ConsumerKey": "<X-ConsumerKey>",
"Accept": "application/json" },
"properties": {
"userName": "<username>",
"password": "<password>" },
"httpContentType": "application/x-www-form-urlencoded",
"expiryError": "Forbidden. Please check your Instance URL and OAuth token",
"authError": [
"Forbidden","Forbidden. Please check your Instance URL and OAuth token" ],
"timeOutError": "Read timed out",
"errorPath": "Error.Message",
"maxRefreshTryCount": 5,
"tokenResponsePath": "Access_Token.Token",
"tokenType": "OAuth",
"accessToken": "OAuth abcd" }
}
}


Regards,
Rushikesh Vartak
If the response is helpful, please click Accept As Solution and kudos it.