Click HERE to see how Saviynt Intelligence is transforming the industry. |
08/09/2024 10:17 AM
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.
08/14/2024 12:07 AM
Hi @shibinvpkvr ,
Thank you for reaching out with your question.
Currently, the connector is designed only to accept a single certifier ID and password.
08/15/2024 05:35 AM
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"
}
08/19/2024 09:30 PM