The omniauth_crowd library is an OmniAuth provider that supports authentication against Atlassian Crowd REST apis.
1. Add the OmniAuth Crowd REST plugin to your Gemfilegem 'omniauth', '>= 1.0.0' # We depend on this
gem "omniauth_crowd"
2. You will need to configure OmniAuth to use your crowd authentication. This is generally done in Rails in the config/initializers/omniauth.rb with...
Rails.application.config.middleware.use OmniAuth::Builder do
provider :crowd, :crowd_server_url=>"https://crowd.mycompanyname.com/crowd", :application_name=>"app", :application_password=>"password"
end
You will need to supply the correct server URL, application name and password
Contributing to omniauth_crowdCopyright (c) 2011-14 Rob Di Marco. See LICENSE.txt for further details.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4