07/28/2023 07:22 AM
I need help connecting SAP Concur to Saviynt. I was able to connect with Postman.
Can some one help me for the connection json ?
07/29/2023 01:30 AM
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,
07/29/2023 06:48 AM
{
"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" }
}
}