Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 208 Oracle Analytics News
- 41 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 76 Oracle Analytics Trainings
- 14 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Sending or removing the username and password

Summary
Sending or removing the username and password
Content
Hi All,
I am using BI Publisher 12c with a database 12c,
I have a report and want to run it through url without asking a username and password or send it through the url itself, I can not enable the guest folder because bi enterprise is installed.
Best Regards
Answers
-
You can hard code username and password in bip report URL,
step1: first run bip report
step2:copy the https url from the browser and add &NQuser=username&NQpassword=password to this url and hardcode username and password ,then you can run hard coded url from external application.
Thanks
0 -
Although the solution provided above technically will work, I would advise not to do it that way since that would allow your system to be easily hackable. A proper SSO solution would be advisable for this. Oracle provides Oracle Access Manager product for this, but you could use any of the available SSO products.
0 -
Thanks for your response
0 -
Thanks Handat,
Actully you are correct but this is the easiest way right now.
0