Getting Error while updating SP Configuation

0
An error occured while updating the configuration:class org.opensaml.xml.signature.impl.CryptoBinaryBuilder cannot be cast to class org.opensaml.core.xml.XMLObjectBuilder (org.opensaml.xml.signature.impl.CryptoBinaryBuilder and org.opensaml.core.xml.XMLObjectBuilder are in unnamed module of loader com.mendix.container.deployment.internal.Interpreters$ClassLoaders$$anon$1 @25e2a451)   Thank You in Advance
asked
1 answers
0

Hi,

The conflict is caused by multiple versions of the OpenSAML libraries being loaded, resulting in duplicate CryptoBinaryBuilder classes.

Thank you

answered