Transparent user session over several sites (single sign-on + single sign-off)

Well, let me explain a bit further then. (All URLs are fictional!) As I said, the visitor goes to http://www.yourwebpage.com and indicates he wants to log in. He is redirected to http://your.loginpage.org?return=http://www.yourwebpage.com/Authenticated where he will have to provide his username and password. When his account information is valid, he will return to the page that … Read more

How to add Social login services from Google, Facebook, Yahoo etc. to my website?

You’ll be using the APIs of the respective services (Google, Facebook, Twitter) or may be OpenID if you plan to add that as well. Some links: http://code.google.com/apis/accounts/docs/OpenID.html https://developers.facebook.com/docs/authentication/ http://dev.twitter.com/pages/auth http://openid.net/add-openid/ Also take a look here. There are several similar questions already present on SO, check the related questions on the right.

Service providers with SAML version 2 for SSO accessible to public? [closed]

UPDATE: Samling is live again at https://fujifish.github.io/samling/samling.html Samling is a serverless SAML IdP for the purpose if testing any SAML SP endpoint. It supports AuthnRequest and LogoutRequest. It runs solely in the browser to simulate SAML responses returned from a SAML IdP – no registration, no servers, just a browser. You can control many aspects … Read more