I have used client secret for authenticating users with my application. I used the same configuration on Staging environment and it worked well.
But now when I am using similar configurations for production, I am getting "sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target" error.
I am not using certificate to authenticate, instead I am using client secret.
Please help me to resolve this issue ASAP.
Thanks