Our site requires the password be passed onto another page to auto log into vendor sites which are brought in via iframe.
Since passwords are stored as a hash value in our site, the only way I can see being able to get the password from the page that needs it is to store it as a session variable, or pass it along on the querystring, when the user logs in (they enter it into the password textbox).
Our site does have a dedicated SSL certificate, so to my knowledge passing the credentials should be decently safe.
I can't figure out how the DNN login is working in order to intercept the password. Does anyone know enough about the DNN login or logins in general to be able to give me advice on storing the credentials for later use?
Any suggestions for alternatives to this would be helpful as well.
Thanks,
Matt