Hi All,
Easier to explain a little. I have credentials for my users to log them onto a 3rd party remote secure server and set up reports for them. For legal reasons, I cannot download reports for them but we do create the reports with our NT automation program and we fetch the LINK to the report on the 3rd party secure server and store it in an encrypted table.
When the end user logs into our NT program, they have the link to their already generated report on the 3rd party secure server.
Now, I need to open up another tab in their Local Browser - (can send the 3rd party server LOGIN URL with '_blank' Target) but since we already have their Login credentials, we would like to automagically log them on to the remote 3rd party server. Once they are logged into the 3rd party secure server, then they click the link in our table and they get their report IMMEDIATELY.
PROBLEM:
I am trying to figure out the best way to Log them (their local browser - running our secure NT app) to a 3rd party Secure server ( We have their credentials).
Bruce made an html file for logging users on with a post in UG 185.
How would I go about doing this in our secure server - button, link?
How can I pass the user login name and user password - create a string on the fly?
In the UG example in 185, Bruce created a small HTML file which he ran - I don't want to save anything to their local machine so how can I do it through my NT app?
Sorry for being wordy,
TIA,
Ron Jolda