We saved username and password in database and we authenticate these from database for other apps.
From a table of users column username and password.
I want to authenticate users from data base .
Please guide me.
How about configuring a Read-Only SQL Authentication (ReadOnlySQLAuthenticator) with Weblogic to make your database authentication as part of Fusion Middleware Security.
FYI, ReadOnlySQLAuthenticator is used to Authenticate and Authorize users present in database, give above link a read you will understand.