Recovering password from an IT resource instance
In Oracle Identity Manager, how do you get a decrypted password from an IT resource instance where the field/parameter is set as encrypted? I'm using OIM 9.1.0.2, and I'm able to use the tcUtilXellerateOperations.getITAssetProperties and tcITResourceInstanceOperationsIntf.getITResourceInstanceParameters APIs to get the IT resource parameter values, but the password value is still encrypted (though shorter than the original corresponding SVP value). I then have tried using the tcCryptoUtil.decrypt API on the returned value, but I get a java.lang.IllegalArgumentException: Null input buffer error.
David
0