Unable To Activate Changes in Admin Console to add Name Mapper Class Name for SAML 2.0 Identity Asse
As per Weblogic 12.2.1.4 version document I am trying add a custom name mapper class for SAML 2.0 Identity Asserter to retrieve user info from SAML assertion attributes from IDP.
While activating changes in admin console I get this error :
<The prepare phase of the configuration update failed with an exception.
weblogic.descriptor.BeanUpdateRejectedException: SAMLBeanUpdateListener SAML2IdentityAsserter: prepareUpdate() failed with exception: [Security:096628]The value configured for NameMapper attribute: com.YYY.CCC.XXXAImpl is not valid.
I have tried to put the JAR file first thing in classpath (by editing setDomainEnv). Still the error continues.