Skip to main content

Diigo Home

poocs.net-Multi-domain single-signon - The Diigo Meta page

poocs.net/...multi-domain-single-signon - Cached - Annotated View

Joel Liu's personal annotations on this page

joel
Joel bookmarked on 2007-05-07 rails ror ruby sso
    • Single-signon is such a common feature request for many site networks. And while frequent at that, the powers that be impose difficulties on this task that make it a daunting experience for every web developer. In this piece, I’m outlining a practical approach for a hosted Rails application.



      Revisiting the definition of “single-signon” we’ll declare that this means:




      1. A user has to be able to login with the same credentials across multiple sites
      2. For convenience, we want a user to be logged in on site B if he had logged in on site A before
      3. If a user logs out of a single site, we want him to be logged out in all other sites as well

This link has been bookmarked by 9 people . It was first bookmarked on 27 Mar 2007, by Danny.

  • 08 May 07
  • 07 May 07
      • Single-signon is such a common feature request for many site networks. And while frequent at that, the powers that be impose difficulties on this task that make it a daunting experience for every web developer. In this piece, I’m outlining a practical approach for a hosted Rails application.



        Revisiting the definition of “single-signon” we’ll declare that this means:




        1. A user has to be able to login with the same credentials across multiple sites
        2. For convenience, we want a user to be logged in on site B if he had logged in on site A before
        3. If a user logs out of a single site, we want him to be logged out in all other sites as well
  • 25 Apr 07
  • 27 Mar 07
  • 21 Jan 07