For Classic Mode the connectorClass should not be changed.
For Adaptor Mode:
Replace the connector class with the LogiPlex connector class <entry key="connectorClass" value="sailpoint.services.standard.connector.LogiPlexConnector"/>
Set the original connector class in the attribute logiPlexMasterConnector. <entry key="logiPlexMasterConnector" value="openconnector.connector.scim2.SCIM2Connector"/>
We are planning to use Adapter . When i update the xml as you suggested and try doing an test connection, I am getting below error message.
|Failed to create connector object for the sailpoint.services.standard.connector.LogiPlexConnector connector: java.lang.reflect.InvocationTargetException|
Previous versions have been distributed as part of the Services Standard Deployment version 6.1 and below. As of version SSD 7.0, the LogiPlex connector will no longer be distributed as part of the SSD.
For the ‘old’ version look for the Java package in the LogiPlexConnector.java file and use: <entry key="connectorClass" value="<package>.LogiPlexConnector"/>
For the newer PSLabs version, use the entry as mentioned in my previous post.
I am referring to connectorClass (highlighted), what should be the value ? I have tried both values sailpoint.services.standard.connector.LogiPlexConnector and openconnector.connector.scim2.SCIM2Connector, both did not work