I am attempting to connect to Okta from ISC and I’m getting this error:
We have detected an error from the managed system.
Error Received:
[ ConnectorException ] [ Error details ] TestConnection failed. class sailpoint.tools.xml.PersistentArrayList cannot be cast to class java.util.Map (sailpoint.tools.xml.PersistentArrayList is in unnamed module of loader ‘app’; java.util.Map is in module java.base of loader ‘bootstrap’)
This connection works without error in our current IIQ instance.
I realize that this is a casting error, but I’m not sure how to troubleshoot it. The CCG logs do not have any more details.
1.First test the connection in a simplified setup.
2.Compare the versions of IIQ and the Okta connector between your two instances.
3.Review configuration and mappings for any differences.
Hi Vic,
Please share Okta screen settings by hiding your personal details.
Cause could be configuration entry (e.g., headers, authentication block, body) is expected to be a Map , but you’ve passed a list. Its very easy configuration.
OK, we found out what the issue was. This source was migrated from IIQ to ISC and it looks like a Map was incorrectly formatted as an ArrayList. Once the type had been corrected, the connection worked. Thanks for the replies!