This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Active Directory Provisionning

Hello Everyone, 

Thanks in advance for your answers.

I have a problem with the AD Provisionning (Target Synchronization).

I don't know how to create a kind of CheckBox on "Create User Account" Form via Manager Application (also via Web Portal), to specifiy  if the CheckBox is Checked then Write for example "Hello" into one AD Attribute (for example the attribute "Info")

Could you help me please ? 

Parents
  • Hello,

    This type of process is something that consultants are quite adept at.  Thus, if you're trying to implement these types of customizations, you should engage with a consultant trained in the product, or look into training yourself.

    Assuming you already have a custom column created for the object you're updating, e.g. ADSAccount, then you need to create a mapping with the applicable AD attribute.  Adding the check box, or data field in Manager or IT Shop requires some work, but it can be done.

    Depending on the version you're using, you should start with the documentation.  How to create a custom column: https://support.oneidentity.com/technical-documents/identity-manager/8.0.2/configuration-guide/102#TOPIC-1023265; How to add custom extensions: https://support.oneidentity.com/technical-documents/identity-manager/8.0.2/configuration-guide/105#TOPIC-1023277, and so on...

    I hope this helps.

    Trevor

  • Thanks for your feedback,

    I was able to bring up the CheckBox on the form (One Identity Manager) and match it to an attribute of my root AD. However, the goal is to modify an attribute of type string by checking the attribute of type boolean.

    What I understood is that by defining a column of type Boolean in a table, it automatically impacts the User Form connected to this table (Boolean gives a CheckBox), now I look for the way to use the value of the Boolean (One Identity database) to automatically modify another column of the same table.

    I thought to create a Job Sql that each modification of the Boolean automatically updates the string value of the other column ... then I can map the string type column with the attribute that interests me in my AD root.

    Do you have any suggestions or tutorials that can help me?

    However being student training is not my first option even if it remains the best one for sure

Reply
  • Thanks for your feedback,

    I was able to bring up the CheckBox on the form (One Identity Manager) and match it to an attribute of my root AD. However, the goal is to modify an attribute of type string by checking the attribute of type boolean.

    What I understood is that by defining a column of type Boolean in a table, it automatically impacts the User Form connected to this table (Boolean gives a CheckBox), now I look for the way to use the value of the Boolean (One Identity database) to automatically modify another column of the same table.

    I thought to create a Job Sql that each modification of the Boolean automatically updates the string value of the other column ... then I can map the string type column with the attribute that interests me in my AD root.

    Do you have any suggestions or tutorials that can help me?

    However being student training is not my first option even if it remains the best one for sure

Children