SAML2.0 save configuration error

0
  Hi all,   I’m working on mendix 9.20.0 and SAML 2.1.6 (the lastest version is the same error) After I  config the SP Configuration I got the error message as below, How can I fix ? (I’m trying to debug ,I found the java action “ReloadConfiguration” after the application  call that I got error)   Thanks, Somboon     .. ..
asked
1 answers
1

That looks like you may have an older version of one of the Bouncy Castle jar files in your userlib.

To fix this, open up your project’s userlib in Windows Explorer. Look at the modules and look for any with the same name but different version numbers. You want to keep the version with the highest number and remove any others. I would move them to another folder so you can restore them if necessary. Once you’ve done this, try rebuilding your project. It should work.

Good luck, I hope this fixes your problem.

answered