Trying to access an OAM identity asserter through WLST.
I use the cd
command to navigate through Security, Authentication Providers to the list of Providers. I try cd
to the OAM
Identity Asserter and it produces the following error:
Error while browsing MBeans : java.lang.ClassNotFoundException: oracle.security.wls.oam.providers.asserter.OAMIdentityAsserterMBean
After some further research I think I may know why this is occuring.. I found information that tells me that a jar file named oamAuthenProvider.jar should exist within the server directory at /lib/mbeantypes, this does not exist. Which I think is what’s causing the class not found exception.