timshadel / hancock

hancock is an OpenID based Single Sign On provider written in Sinatra.

Home Page:http://github.com/atmos/hancock

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

hancock is an OpenID based Single Sign On provider written in Sinatra.

http://github.com/atmos/hancock

License:MIT License