Skip to content
This repository has been archived by the owner on Sep 28, 2021. It is now read-only.

Latest commit

 

History

History
72 lines (57 loc) · 2.24 KB

README.md

File metadata and controls

72 lines (57 loc) · 2.24 KB

hancock

It's like your John Hancock for all of your company's apps.

A lot of this is extracted from our internal single sign on server at Engine Yard. You can easily add this middleware to authenticate your users with existing models.

Features

An OpenID based Single Sign On server that provides:

  • a single source for user authentication using openid
  • integration with ruby frameworks via rack.

How it Works

SSO Handshake

This handshake seems kind of complex but it only happens when you need to validate a user session on the consumer.

Testing/Developing Locally

You need the Bundler to function.

% gem install bundler
% bundle install
% bundle exec rake

Deployment Setup

Ideally you just drop the middleware into your existing application.

TBD

Guidance

Feedback

Sponsored By