Hi,
My idea:
=============================================
* develop an own "personal "SSO-Webpage"
* here Link all the websites to which I need an authentification
(e.g. Yahoo, MSN, webmail...)
* click on link will log me directly onto the specified site,
because access data is already behind every link
* put that HTML-page on a HTACCESS protected website
so that it is protected
My approach:
=============================================
* Due to the fact that most fields have names I'm looking for a JS
* the JS should fills out forms according to the field names
* the JS should WORK and should be easy to adapt
I know that it is critical to put sensitive data on a website - if anyone has the master password for HTACCESS he will have access to some of my account information. But still my question to you:
* Do you know such a script?
* Assumed my web hosting provider is trustable: How should I configure the .HTACCESS file to make it as secure as possible? Should I additionally place it on a https-space?
* are there any other better approaches or solutions to have a personal SSO which is secure and can be implemented without to much programming (JS based or PHP/SQL)?
Thanks!!