Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

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

Hello @J-F_Gauthier,

Please refer below document for the json,
 https://docs.saviyntcloud.com/bundle/SAPConcur-v2022x/page/Content/Establishing-Connection-with-SAP-... 

Thanks,

If you find the above response useful, Kindly Mark it as "Accept As Solution".

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 you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.