SCIM connection test success with 404 mesage

Hi All,

I am trying to connect SAP CC application using SCIM connector but facing sume issues.

When I put details in connection wizard and try to test it shows Success with 404 mesasge.

Please see provided parameters and test result at below shared location.

https://1drv.ms/w/s!At2ViqLAc9Hpxy7bqHFxowdtaD4H?e=pDZBT7 

Do you have any idea what is missing?

Thank you in advance.

Reagards,

Dnyandev

  • Hi Dnyandev,

    you are using (http) Basic authentication but without an "Authentication endpoint/URL" to test the provided credentials on. Therefor probably "http://<your host>:9080/rest/scim/v2" is used to test the credentials. This URL is the SCIM providers base URL that is not intended as an endpoint it self. Therefor probably a http 404 (not found) is returned. As long as there is a status code returned that does not claiming a failed authentication the connection test is considered a success.

    By the way, you are running http instead of https, therefor your credentials are potentially exposed.

    Best regards

  • Hi Andreas,

    Thank you for explaining.

    Application team will implement HTTPS.

    Even I get 404 during testing connection I can read all users and do update as well.

    Connetivity wise all looks ok.

    So I can ignore this error and just onboard the application.

    Thank you and have a nice weekend.