Hello,
I'm developing a java jar that validates SAMLResponse "signature" and "decryption". I used "onelogin lib".
When running, I got this error message
{
"fault": {
"faultstring": "Failed to execute JavaCallout. Could not initialize class com.onelogin.saml2.util.Util",
"detail": {
"errorcode": "steps.javacallout.ExecutionError"
}
}
}
On my local environment, my code is working.
For the build, i used to ways :
==> i got the same error message