I am configuring the Oracle HCM connector. As per the documentation, the initial load is to be done via files using SFTP and further delta aggregation is done via the REST APIs.
I have got the oracle cloud domain URL, username and password.
The URL mentioned in the connector configuration is https://xxxxxx..ocs.oraclecloud.com
While running aggregation I am getting an error “sailpoint.connector.ConnectorException: Invalid URL, username or password”
I am able to hit the workers API using the same base URL, username and password from Postman. The URL used in postman is https://xxxxxx..ocs.oraclecloud.com/hcmRestApi/resources/11.13.18.05/workers
I am not sure what URL needs to be configured in settings to make this work. Any help will be appreciated.