The document discusses implementing single sign-on (SSO) for an enterprise using open standards. It evaluates several potential standards, including OpenID, OAuth, CAS, Shibboleth, and SAML, and recommends SAML 2.0 due to its support among major technology providers. RSAML is presented as a Ruby wrapper for SAML that provides most required functionality. The in-development "Russo" project is described as a Rails engine that implements SAML 2.0 via RSAML to enable SSO without requiring authentication logic within the application. Help is requested to finish RSAML, complete Russo, and add documentation.