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

Reference to AD attributes within CreateAccJson of ADSI

sdey_2023
New Contributor III
New Contributor III

Hi Team,

We need to refer to AD attributes value derived within the CreateAccountJson during provisioning operation,

e.g

{

  "extensionAttribute10": "${org.apache.commons.lang3.RandomStringUtils.randomAlphanumeric(12).toUpperCase() }",

"unicodePwd": "${'abc'+'!'+'cde'+extensionAttribute10}"

}

but this is not able to get the value of extensionAttribute10, please let us know if the syntax is wrong and any way to achieve the same.

2 REPLIES 2

dgandhi
All-Star
All-Star

Can you please explain the exact use case that you are trying to achieve here?

Thanks

Thanks,
Devang Gandhi
If this reply answered your question, please Accept As Solution and give Kudos to help others who may have a similar problem.

sangitaladi
Regular Contributor
Regular Contributor

HI Devang

 

Basically Soham is trying to utilize generated extensionAttribute10 value in unicodePwd logic which is concatenation of some string and extensionAttribute10 .

But Connector is not allowing the above logic in Create Account operation. Alone extensionAttribute10  works fine, when we add unicodePwd logic , connector is unable to create the right payload.

 

Regards 

Sangita Ladi