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

How to use multiple CONNECTOR_ID's in the EXTERNAL_SOD_EVAL_JSON for SAP GRC system

Someswar
New Contributor
New Contributor

Hi

we have a requirement to pass multiple Connector id's in the the EXTERNAL_SOD_EVAL_JSON.

Tried with hardcoded value in EXTERNAL_SOD_EVAL_JSON below as it is not evaluating in the external sod

{
"GRAC_IDM_RISK_WOUT_NO_SERVICES": {
"CONNECTOR_ID": " 'XXXXX','XXXXX' ",
"RULE_SET_ID": "XX-XX",
"OBJECT_TYPE": "USR",
"REPORT_FORMAT": "2",
"REPORT_TYPE": "02,03,04",
"HIT_COUNT": "10000",
"LANGUAGE": "EN",
"APPLICATION_TYPE": "SAP",
"ADDL_ATTRIB": [
"01",
"02"
],
"SIMULATION_RISK_ONLY": ""
}
}

 

 

 

Tried below inputs as well but none of them giving violations

"CONNECTOR_ID":" [endpoint:XXXXX,endpoint:XXXXX] "

"CONNECTOR_ID":" [endpoints:XXXXX,endpoints:XXXXX] "

"CONNECTOR_ID":" [ENDPOINTS:XXXXX,ENDPOINTS:XXXXX] "

 

Please suggest me that how to pass multiple connector id's

 

1 REPLY 1

rushikeshvartak
All-Star
All-Star
  • You can't use multiple CONNECTOR_ID
  • Raise idea ticket

Regards,
Rushikesh Vartak
If this helped you move forward, click 'Kudos'. If it solved your query, select 'Accept As Solution'.