In a previous article we saw how to secure a Web Service with basic authentication (this could be used for every page in our application). We did it creating users with Weblogic Default Authenticator.
Today we will create an SQLAuthenticator in Weblogic, then the server will take users and groups from the data base.
Continue reading Securing Weblogic with SQLAuthenticator provider