Sending or removing the username and password — Oracle Analytics

Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Sending or removing the username and password

Received Response
51
Views
4
Comments

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

  • Venkat Thota - BIP
    Venkat Thota - BIP Rank 7 - Analytics Coach

    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

  • Hluc
    Hluc Rank 1 - Community Starter

    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.

  • OraDev
    OraDev Rank 3 - Community Apprentice

    Thanks for your response

  • OraDev
    OraDev Rank 3 - Community Apprentice

    Thanks Handat,

    Actully you are correct but this is the easiest way right now.