CustomDBMSAuthenticatorPlugin
Hi,
We are using OBIEE and Weblogic server 10.3.5.0. We have user authentication set up with LDAP and that works fine. A second authentication step, is to retrieve a list of GROUPS for each authenticated user. We would like to accomplish this by passing a userID to a REST webservice that will return an array of groups for that user.
To accomplish this, we are developing a custom Authenticator for Weblogic that will call the REST Web Service to return the groups. We are using the CustomDBMSAuthenticatorPlugin Provider and creating our own plugin class. Even though the name of the provider says "DBMS", it can be used to query other sources. We are close but running into an issue. When we start up Weblogic, we are receiving the following errors:
0