PARTNERS - Please join us for our upcoming webinar:
Leveraging Intelligent Recommendations for Operational Transformation.
AMS Partners click HERE | EMEA/APJ Partners click HERE

Lotus Notes Integration with Saviynt - Multiple Certifiers

shibinvpkvr
Regular Contributor II
Regular Contributor II

Hi all,

We have received a question from customer that how the connector will handle multiple certifier ids and passwords. Customer has 10 certifier ids and each uses different passwords. We figured that we may be able to pass different certifier ids in the JSON conditionally but there is no documentation on how to pass different passwords. The connector expects a single certifier id path and password. 

Ref: https://docs.saviyntcloud.com/bundle/Domino-v24x/page/Content/About-this-Guide.htm

Any help here would be appreciated. 

3 REPLIES 3

DaanishJawed
Saviynt Employee
Saviynt Employee

Hi @shibinvpkvr ,

Thank you for reaching out with your question.

Currently, the connector is designed only to accept a single certifier ID and password.

shibinvpkvr
Regular Contributor II
Regular Contributor II

Thanks @DaanishJawed 

One question: Even though the certifierIDFile is something we provide under connector parameters, I see that it is also passed in CreateAccountJSON. Customer is ok to keep same password for all certifiers. However they still want to keep the existing 10 certifiers. I hope we can still pass that conditionally in the JSON correct? just making sure whatever we pass in the JSON take precedence. 

{
"firstname":"${user.firstname}",
"lastname":"${user.lastname}",
"userPassword":"${randomPassword}",
"mailSystem":"INOTES",
"idType":"HIERARCHICAL",
"policyName":"/org",
"setUniqueShortName":"Y",
"ShortName":"${user.username}",
"setStoreIDInMailfile":"Y",
"setSynchInternetPassword":"Y",
"setCreateMailDB":"Y",
"setStoreIDInAddressBook":"Y",
"setNorthAmerican":"Y",
"minPasswordLength":"5",
"setUpdateAddressBook":"Y",
"registrationServer":"192.168.29.169",
"certifierIDFile":"C:/IBM/Domino/data//cert.id",
"userIdFilePath":"C:/IBM/Domino/data//${user.username}.id",
"mailServer":"CN=Mailserver01/O=Saviynt",
"mailFile":"mail/${user.username}",
"registrationLog":"log.nsf",
"attributeList":[
"Owner###CUSTOMPROPERTY1",
"FullName###CUSTOMPROPERTY2",
"NoteUniversalId###accountID",
"FirstName###CUSTOMPROPERTY3",
"LastName###CUSTOMPROPERTY4",
"ShortName###CUSTOMPROPERTY5",
"InternetAddress###CUSTOMPROPERTY6"
],
"fullNameFilter":"[FullName] = ${user.firstname} ${user.lastname}/Saviynt"
}

Hi @shibinvpkvr,

Let me check and get back to you.

Thanks