Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

AD Contact Creation

draut
New Contributor III
New Contributor III

Hi All,

Can you please confirm, if Saviynt Can manage AD contact, we have a requirement to create AD contact for one of the use cases.

Thanks

Dheeraj
6 REPLIES 6

rushikeshvartak
All-Star
All-Star

Saviynt Supports AD group & account management only

https://forums.saviynt.com/t5/identity-governance/ad-contact-management/m-p/15012#M5803 


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

draut
New Contributor III
New Contributor III

Hi Rushikesh,

Thanks for the reply, do you know any alternate approach to managing AD contacts?

Regards,

Dheeraj

Dheeraj

Use external jar


Regards,
Rushikesh Vartak
If you find the response useful, kindly consider selecting Accept As Solution and clicking on the kudos button.

draut
New Contributor III
New Contributor III

Okay, thanks.

PS: I am able to import AD contact in our Saviynt Environment.

Dheeraj

Could you please provide the solution here on how were you able to import the AD Contact to Saviynt environment?

draut
New Contributor III
New Contributor III

Hi @tSudhir08 ,

I used an AD connector and used below config :

OBJECTFILTER : {"full":"(&(objectCategory=person)(objectClass=contact))","incremental":"(&(objectCategory=person)(objectClass=contact))"}

ACCOUNT_ATTRIBUTE :

[customproperty1::cn#String,
customproperty2::givenName#String,
customproperty3::sn#String,
displayname::name#String,
comments::distinguishedName#String,
updatedate::whenChanged#date,
customproperty21::mailNickname#String,
created_on::whenCreated#date,
accountclass::objectClass#String,
accountid::distinguishedName#String,
customproperty4::proxyAddresses#String,
customproperty29::objectGUID#Binary]

let me know if it works for you.

 Thanks

Dheeraj