Not able to connect to Active Directory by Reading IT Resource details using Java
Solution:
this system property was missing ServiceAccount.API.EncryptedParamsValue
Note:If you are using Oracle Identity Manager 12cPS4 (12.2.1.4.0) or later with the SAP Employee Reconciliation 9.1.2.x connector, you must create the ServiceAccount.API.EncryptedParamsValue system property. This property is not available out of the box and must be created from the Configuration Property option in Oracle Identity System Administration console. This system property is used to control the functionality of the tcITResourceInstanceOperationsBean.getITResourceInstanceParameters(long plITResourceInstanceKey) API.By default, this API masks the value of encrypted fields making your deployment more secure.Oracle recommends creating this property only if a legacy connector or an old custom code requires the legacy behavior of the above API.When the value is set to False, the encrypted parameter values are masked. When the value is set to True, the encrypted parameter values are returned by the above API.
No comments:
Post a Comment