Hi All
Below code is shared by one of my friends to call the dashboard URL from external portal but portal should be html link. I tried to transform into URL acceptable by command prompt within oracle 11g application through webutil.client_host but failed,
anyone please help, my main requirement is just to hide nqUser and nqPassword or pass encrypted credentials to OBIEE and it should be acceptable
or
suggest is it possible to encrypt the credentials and pass to OBIEE Dashboard.
<form action="http://<BI server name>:<BI server port>/analytics/saw.dll?" method="post">
<input type="hidden" name="nqUser" value="<weblogic>">
<input type="hidden" name="nqPassword" value="<123456789>">
<input type="submit" value="Answers">
</form>
Note:- We are also working on LDAP , document shared by Mr. @Christian Berg but my company needs this option also.