Upgraded IDM to 14.3 CP3, trying to enable SAML Configuration following below Doc. But I am not getting SAML configration screen and getting an error: java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.decodeBase64(Ljava/lang/String;)[B
java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.decodeBase64(Ljava/lang/String;)[B
This occurs when trying to select the SAML properties from the button.
https://techdocs.broadcom.com/us/en/symantec-security-software/identity-security/identity-manager/14-3/administrating/Single-Sign-On-Authentication-using-SAML-2-0.html
Release : 14.3
14.3 CP3 Standalone
Weblogic 12.2.1.3.0
Compared working WebSphere environment iam_im.ear.tar from Domain folder location: C:\Oracle\Middleware\Oracle_
commons-codec-1.9.jar was missing from Websphere domain root.
Weblogic not able to find the org.apache.commons.codec.binary.Base64.decodeBase64 class in the class path, Added
commons-codec-1.9.jar file to $Weblogic_Domain_home\lib to resolve.