-
Kumar replied to the topic Provisioning to PeopleSoft 8.5 in the forum Identity Management 2 years, 7 months ago
I think PeopleSoft deals with standard XML files/message for provisioning or reconciling users and entitlements.
You probably check if ForgeRock IDM XML file connector can be leveraged or extended to provision users to PeopleSoft from OpenIDM.
-
Kumar replied to the topic Error while creating module with amster in the forum Access Management 2 years, 7 months ago
Were you able to read any existing module via amster utility? You probably try to run existing module to make sure you get out puts and there is no issue with amster utility.
Just tried on my local setup and its working….
amster localhost:8080> create ScriptedModule –realm /myPoc –body ‘{ “_id”: “myScriptModule2”, “clientScriptEnabled”:…[Read more]
-
Kumar's profile was updated 2 years, 7 months ago
-
Kumar replied to the topic Error while creating module with amster in the forum Access Management 2 years, 7 months ago
1. Ensure there is no issue with server side script(i.e script_test2FA)
2. Get the corresponding unique id for the server side script. This can be obtained from AM Console or via amster utility.
Unique id will be something like this – 7980826c-681c-434f-b06e-966517b33a2e3. Once obtained the unique value, use the appropriate value to run the…[Read more]
-
Kumar replied to the topic Mapping a CSV field to Array of Objects in the forum Identity Management 2 years, 7 months ago
Thanks, No worry, Xavier.
the following Javascript code doesn’t work for me.
var _ = require(‘lib/lodash’);
_.map(source.split(“;”), function(address) { return JSON.parse(address) });However, I have manged to achieve via Groovy code and able to reconcile mulit-values(Array of Objects) via CSV Connector successfully .
-
Kumar replied to the topic Mapping a CSV field to Array of Objects in the forum Identity Management 2 years, 7 months ago
Could you please share the relevant entries from sync.json?