The Provisioning Agent call to getConnectorConfig failed. Error code: 404, error: . Errors reported by the connector : <!doctype html>HTTP Status 404 – Not Foundbody {font-
…
…
h1>HTTP Status 404 – Not Found
Type Status Report
Message /example-server/ServiceProviderConfigs
Description The origin server did not find a current representation for the target resource or is not willing to disclose that one exists.
Apache Tomcat/8.5.50
The following steps have been done by me,
- Create a simple scim project implementing SCIMInterface and applied the logic to create a war {SQLConnector}.
- Installed the Okta provisioning agent and SCIM Server(tomcat 8.5) in a Windows 2012R2 server.{Both in same machine}
- Deployed the war on to the SCIMServer.
- Configured the self signed certs for https using keytool.
SCIM URl: https://localhost:8443/example-server
I am receiving error while testing the connector configuration.
Observation:
- The war is up and running and is reachable over https.
- I am receiving the error irrespective of any war.