Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 17 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
How to Authenticate Oracle BI Publisher(Enter Prise) username and password from oracle data base

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.
Answers
-
How about configuring a Read-Only SQL Authentication (ReadOnlySQLAuthenticator) with Weblogic to make your database authentication as part of Fusion Middleware Security.
(Version 11.1.1.7.x document link) 3.4.3 Configuring a Database as the Authentication Provider
(Version 11.1.1.9.x document link) 3.4.3 Configuring a Database as the Authentication Provider
FYI, ReadOnlySQLAuthenticator is used to Authenticate and Authorize users present in database, give above link a read you will understand.
0