Saviynt unveils its cutting-edge Intelligence Suite products to revolutionize Identity Security!
Click HERE to see how Saviynt Intelligence is transforming the industry.
Saviynt Copilot Icon

PeopleSoft Component Interface for Saviynt and Peoplesoft Integration

Karankumar
New Contributor
New Contributor

Hi All,

I am integrating Saviynt and Peoplesoft using the Design feature of Saviynt. I am looking for some help and inputs on the below fields:

Karankumar_0-1696541081232.png

What should be the expected value of PeopleSoft Component Interface?

 

5 REPLIES 5

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @Karankumar,

(PeopleSoft Component Interface)CI_NAME value should be this:
{
 "userProfile":"USER_PROFILE"
}

For Ref: https://docs.saviyntcloud.com/bundle/PeopleSoft-v23x/page/Content/Application-Integration-Settings.h... 

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

It was there in the CI_NAME but as a string value USER-PROFILE but not in json format. I was getting exception at that time.

 

Exception in Provisioning"
"2023-10-03T21:36:29.712+00:00","ecm-worker","","","","com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'USER_PROFILE': was expecting ('true', 'false' or 'null') at [Source: USER_PROFILE; line: 1, column: 25] at com.fasterxml.jackson.core.JsonParser._constructError(JsonParser.java:1702) at

Hello @Karankumar ,

Does the above json fix the issue?

Thanks

 

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

Nope. the issue persists.

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @Karankumar,

Are you able to see that above json in the classic integration, if not, update the below json,
{
 "userProfile":"USER_PROFILE"
}

in the classic integration and try.

Thanks,

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