Forms/Reports integration - security question
After following this document on Forms/Reports 11g integration, I have a question regarding security.
Using RUN_REPORT_OBJECT and WEB.SHOW_DOCUMENT the PDF output is displayed in the browser, with a url of the following format:
http / server:port/reports/rwservlet/getjobid12345?server=report_server_name
Anyone with network access to that server and port can call this url, without any authentication, and the content is pulled from the cache.
We can add the EXPIRATION parameter to the call, so that the output only stays in the cache for a limited period, but the minimum is 1 minute.
Question: is it possible to secure the output so that it is only visible to the user that generated it, and only at that time (without SSO/OID integration)?