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

Password sync issue for users with different username and samaccountname

chetan_falke
New Contributor
New Contributor

 

We are facing problem for users who are having different samaccountname and username. When these users are trying to change the password from AD or Okta their password is not getting sync back.

 

We have observed this is because of correlation field which is set as username in password filter Json which is present in password sync agent in AD.  

 

Our concern is can we use AD attribute like employee id or extension attribute 15 for password sync agent instead of samAccount Name.

 

Please find the below json :

 

{
  "saviynt": {
    "baseUrl": "hostname",
    "userName": "admin",
    "password": "XXXXXX",
    "notificationUrl": "hostname",
    "getUserUrl": "hostname",
    "correlation": "employeeid",
    "endpoints": "abc,def",
    "sourceEndpoint": "def"
},
  "filter": {
    "enabled": false,
    "policy": {
      "enforce":  "local",
      "local": {
        "minChars": 10,
        "maxChars": 20,
        "lowerCases": 1,
        "upperCases": 1,
        "numbers": 1,
        "specials": 1
      }
    }
  },
  "notification": {
    "enabled": true
  }
}

5 REPLIES 5

rushikeshvartak
All-Star
All-Star

It should be user attribute 


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

If it should be user attribute, then can we use custom properties of users too and how to do mapping of user attribute with AD attribute in Password agent?

    "correlation": "customproperty1",


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

Where do we define AD attribute to be mapped?

For Eg. i have to mapp extensionattribute12 with customproperty1

That will be mapped in ad connection isn’t it


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