Create User Account with Password Deactivated in SAP connector

Hi All,

We trying to create user in SAP from Identity Security Cloud with password filed to be deactivated.

Found following link:

Here we have suggested solution as given below:
When creating a new account, the password is not deactivated even when the correct parameters are passed.

Add CODVN in the create account provisioning form. If you need the password to be deactivated, then the password should not be sent from the plan. When the provisioning form is displayed, clear out the password field. The password deactivated field should be set as X/true.

Can we have create provisioning policy sample for password attribute and any other configuration required to achieve password deactivated user account creation in SAP connectors.

Regards,
Bhushan Dhodi

Hi @bhushan008,

Welcome to the developer community.

Seems like CODVN is SAP specific field that is used to store the password hash algorithm, so may try to do below and see if that helps;

  1. Add a new attribute in the create account provisioning policy named as CODVN. While creating this attribute in the account policy, you can keep the mapping as it is and update the provisioning policy. Once it is updated, then reload the create Account page on UI and make the field as static with blank value.

  2. For password field, please make sure that you select STATIC field without any values.

  3. Please set the attribute value Password Deactivated static value as true.

Please try the above suggestions and let us know in case that helps. If not, please share the create account provisioning policy so that we can check it further.

I hope this works.

Thank You.
Regards
Vikas.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.