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

Can I Set Initial Password as Fixed Value When Creating AD Account?

KK
Regular Contributor
Regular Contributor

Hi.

I want to set initial password as fixed value(not random value) when creating AD account.
Is it possible?

Best Regards,

2 REPLIES 2

sudeshjaiswal
Saviynt Employee
Saviynt Employee

Hello @KK,

You may try passing the static value of password in the createaccountjson and try and also make sure to set the random password to FALSE.

Thanks

If you find the above response useful, Kindly Mark it as "Accept As Solution".

SumathiSomala
All-Star
All-Star

@KK use similar mapping in createaccountJSON.

"UnicodePwd" : "Saviynttest@12"

and make sure to set the  SETRANDOMPASSWORD to FALSE in connection parameters.

 

If this reply answered your question, please Accept it As Solution to help others who may have a similar problem.

 

Regards,
Sumathi Somala
If this reply answered your question, please Accept As Solution and give Kudos.