Announcing the SAVIYNT KNOWLEDGE EXCHANGE unifying the Saviynt forums, documentation, training, and more in a single search tool across platforms. Click HERE to read the Announcement.

Sample endpoint connection configuration?

yusufw
New Contributor III
New Contributor III

Can you provide a sample JSON endpoint connection configuration for my AD endpoint?

According to the AD connector guide, to use the deleteAllGroups attribute, you must set the AD endpoint connection configuration to <conf><ADDMEMBERTOENT>TRUE</ADDMEMBERTOENT><ADDUSERTOENT>TRUE</ADDUSERTOENT></conf> but the sample that's in the Endpoint is a JSON expression:

{
"conf": [{}]
}

So can you provide sample connectionConfig in JSON?

1 REPLY 1

Darshanjain
Saviynt Employee
Saviynt Employee

Hi @yusufw 

Here you go-

{ "conf":[ {"ADDUSERTOENT":"TRUE"}, {"ADDMEMBERTOENT":"TRUE"} ]}

Have also asked the documentation to get it updated.

 

Thanks

Darshan