I'm working on 2 secure sites right now. The main site is hosted externally by another company. The FTP site, which is meant to be part of the package, is going to run on my company's own servers.
Given the fact that the database of the main site is not accessible to the FTP server, I need some way of logging users into the FTP site from the main one, and to do so invisibly. Assuming only the main site has an SSL certificate, what would I have to submit to the FTP site to tell it "this user is allowed in" securely? The only information about the user that the FTP site needs to work properly is their username and their access level (a single digit).
I would only need to allow logging in to this FTP site from the main one; there shouldn't be any other way in but to log into the main site first and then perform whatever the above operation turns out to be.
Ideas?
Given the fact that the database of the main site is not accessible to the FTP server, I need some way of logging users into the FTP site from the main one, and to do so invisibly. Assuming only the main site has an SSL certificate, what would I have to submit to the FTP site to tell it "this user is allowed in" securely? The only information about the user that the FTP site needs to work properly is their username and their access level (a single digit).
I would only need to allow logging in to this FTP site from the main one; there shouldn't be any other way in but to log into the main site first and then perform whatever the above operation turns out to be.
Ideas?