Skip to content
robdimarco edited this page Apr 7, 2011 · 4 revisions

I just recently released a provider for OmniAuth that can allow Rails, or for that matter, any other Rack based framework, to authorize users over the Crowd REST API. Check out https://github.com/robdimarco/omniauth_crowd for details on installation and use. What is OmniAuth? What is Crowd? Setup OmniAuth

First we need to setup OmniAuth, Add Crowd Configurati

require 'oa-oauth' use OmniAuth::Strategies::Crowd, 'application_name_in_crowd', 'application_password_set_by_crowd'

Other Links

https://confluence.atlassian.com/display/CROWD/Tips+of+the+Trade?focusedCommentId=236585503&#comment-236585503

Clone this wiki locally