I am trying to configure the API integration for SCIM (Header Auth). After I enter the base URL and the Bearer token and try to test, I got the following error message. I am guessing I need to add certs some where? Can you let me know how? I understand if my website is publicly certified, I should be able to test, but how can I use a self signed certs and add a bundle in Okta?
failure : sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
This post is old, but just for the record and future karma; these kind of errors are caused by a trust path of your server certificate. The server certificate is not trusted. Either it’s self signed and Okta doesn’t know it, or the intermediate certificate is unknown. You can add it to your server configuration to help Okta trust it.