Okta SCIM API integration

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
1 Like

Hi @ryan.zhang

Are you able to connect your SCIM server with Okta using ngrok’s https tunnel?

What is the full exception, are you seeing this stack trace on the client?

The exception is seen on Okta SCIM log.
I haven’t tried using ngrok.

1 Like

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.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.