Click HERE to see how Saviynt Intelligence is transforming the industry. |
03/04/2024 07:50 PM - last edited on 03/04/2024 09:23 PM by Sunil
We are trying to integrate Application “OMS” with Saviynt. For on-boarding the application, we have created a Connection in which we have provided all the required information and JSONs. For CreateAccountJSON we are facing issue i.e. when we are trying to create an account providing all the required parameters through postman, we are able to create the account as mentioned in the below Snapshots but when we are trying to create an account in Saviynt we are unable to do so as Saviynt is throwing an error also mentioned in the below Snapshots.
Snapshots:-
2.Saviynt Response regarding CreateAccountJSON
JSONs:-
1.Create Account JSON:-
{
"accountIdPath": "accountName",
"call": [
{
"name": "call1",
"connection": "acctAuth",
"url": ABC,
"httpMethod": "POST",
"httpParams": "{DEF}",
"httpHeaders": {
"Authorization": "${access_token}"
},
"httpContentType": "application/json",
"successResponses": {
"statusCode": [
200,
201
]
}
}
]
}
2.ADD Access JSON:-
{
"call": [
{
"name": "call1",
"connection": "acctAuth",
"url": ABC,
"httpMethod": "POST",
"httpParams": "{DEF}",
"httpHeaders": {
"Authorization": "${access_token}"
},
"httpContentType": "application/json",
"successResponses": {
"statusCode": [200,201]
}
}
]
}
[This message has been edited to mask sensitive info an image]
03/05/2024 05:25 AM
Hi,
Can you share the error line from logs? make sure sensitive information is masked.
Also, validate if the right status code is passed while creation.
03/06/2024 10:11 AM
Hi Adarsh,
The issue has been resolved by our team. Thank you so much for the help you offered, really appreciate that.
03/06/2024 11:09 AM
To help others who may have a similar problem, what was the solution that your team provided?