Click HERE to see how Saviynt Intelligence is transforming the industry. |
06/10/2024 11:26 PM
Hi,
Can anyone please provide sample JSON for SAP Provisioning via CUA? also dummy connection configuration and points to keep in mind while development.
I have many doubts about the configuration like:
1. Do in need to keep the sap system and the endpoint name same?
2. do I need to keep LIC_TYPE=02 in ULCLASS?
"UCLASSSYS": {
"RCVSYSTEM": "EC6CLNT800",
"LIC_TYPE": "02"
},
3. Do I need to keep UCLASSSYS in all the JSON?
Regards
Narendra Negi
Solved! Go to Solution.
06/11/2024 11:33 PM
Please refer to below for sample JSONs.
Configuring the Integration for Provisioning Accounts and Access (saviyntcloud.com)
Provisioning to SAP specific client through SAP CU... - Saviynt Forums - 64479
Regards,
Dhruv Sharma
06/13/2024 10:28 PM
I have many doubts about the configuration like:
1. Do in need to keep the sap system and the endpoint name same? - Not mandatory unless external GRC SOD is used but its best practice to keep same.
2. do I need to keep LIC_TYPE=02 in ULCLASS? - If you want to pass license information then yes
"UCLASSSYS": {
"RCVSYSTEM": "EC6CLNT800",
"LIC_TYPE": "02"
},
3. Do I need to keep UCLASSSYS in all the JSON? - Based on requirement