omniauth 0.2.6 → 0.3.0.rc3
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of omniauth might be problematic. Click here for more details.
- data/README.md +62 -34
- data/lib/omniauth/version.rb +3 -3
- metadata +74 -228
- data/Gemfile +0 -12
- data/Rakefile +0 -51
- data/oa-basic/Gemfile +0 -7
- data/oa-basic/LICENSE +0 -19
- data/oa-basic/README.rdoc +0 -34
- data/oa-basic/Rakefile +0 -6
- data/oa-basic/lib/oa-basic.rb +0 -1
- data/oa-basic/lib/omniauth/basic.rb +0 -8
- data/oa-basic/lib/omniauth/strategies/http_basic.rb +0 -56
- data/oa-basic/lib/omniauth/version.rb +0 -19
- data/oa-basic/oa-basic.gemspec +0 -27
- data/oa-basic/spec/omniauth/strategies/basic_spec.rb +0 -7
- data/oa-basic/spec/spec_helper.rb +0 -11
- data/oa-core/Gemfile +0 -3
- data/oa-core/LICENSE +0 -19
- data/oa-core/Rakefile +0 -6
- data/oa-core/autotest/discover.rb +0 -1
- data/oa-core/lib/oa-core.rb +0 -1
- data/oa-core/lib/omniauth/builder.rb +0 -33
- data/oa-core/lib/omniauth/core.rb +0 -135
- data/oa-core/lib/omniauth/form.rb +0 -186
- data/oa-core/lib/omniauth/strategy.rb +0 -227
- data/oa-core/lib/omniauth/test.rb +0 -12
- data/oa-core/lib/omniauth/test/phony_session.rb +0 -8
- data/oa-core/lib/omniauth/test/strategy_macros.rb +0 -34
- data/oa-core/lib/omniauth/test/strategy_test_case.rb +0 -49
- data/oa-core/lib/omniauth/version.rb +0 -19
- data/oa-core/oa-core.gemspec +0 -24
- data/oa-core/spec/omniauth/builder_spec.rb +0 -20
- data/oa-core/spec/omniauth/core_spec.rb +0 -79
- data/oa-core/spec/omniauth/strategy_spec.rb +0 -363
- data/oa-core/spec/spec_helper.rb +0 -12
- data/oa-enterprise/Gemfile +0 -7
- data/oa-enterprise/LICENSE +0 -19
- data/oa-enterprise/README.rdoc +0 -82
- data/oa-enterprise/Rakefile +0 -6
- data/oa-enterprise/lib/oa-enterprise.rb +0 -1
- data/oa-enterprise/lib/omniauth/enterprise.rb +0 -8
- data/oa-enterprise/lib/omniauth/strategies/cas.rb +0 -47
- data/oa-enterprise/lib/omniauth/strategies/cas/configuration.rb +0 -98
- data/oa-enterprise/lib/omniauth/strategies/cas/service_ticket_validator.rb +0 -91
- data/oa-enterprise/lib/omniauth/strategies/ldap.rb +0 -111
- data/oa-enterprise/lib/omniauth/strategies/ldap/adaptor.rb +0 -279
- data/oa-enterprise/lib/omniauth/version.rb +0 -19
- data/oa-enterprise/oa-enterprise.gemspec +0 -31
- data/oa-enterprise/spec/fixtures/cas_failure.xml +0 -4
- data/oa-enterprise/spec/fixtures/cas_success.xml +0 -8
- data/oa-enterprise/spec/omniauth/strategies/cas_spec.rb +0 -94
- data/oa-enterprise/spec/omniauth/strategies/ldap_spec.rb +0 -41
- data/oa-enterprise/spec/spec_helper.rb +0 -14
- data/oa-more/Gemfile +0 -7
- data/oa-more/LICENSE +0 -19
- data/oa-more/README.rdoc +0 -22
- data/oa-more/Rakefile +0 -6
- data/oa-more/lib/oa-more.rb +0 -1
- data/oa-more/lib/omniauth/more.rb +0 -11
- data/oa-more/lib/omniauth/strategies/draugiem.rb +0 -104
- data/oa-more/lib/omniauth/strategies/flickr.rb +0 -86
- data/oa-more/lib/omniauth/strategies/ign.rb +0 -93
- data/oa-more/lib/omniauth/strategies/windows_live.rb +0 -39
- data/oa-more/lib/omniauth/strategies/windows_live/windowslivelogin.rb +0 -1143
- data/oa-more/lib/omniauth/strategies/yupoo.rb +0 -67
- data/oa-more/lib/omniauth/version.rb +0 -19
- data/oa-more/oa-more.gemspec +0 -29
- data/oa-more/spec/omniauth/strategies/draugiem_spec.rb +0 -51
- data/oa-more/spec/omniauth/strategies/flickr_spec.rb +0 -7
- data/oa-more/spec/spec_helper.rb +0 -11
- data/oa-oauth/Gemfile +0 -7
- data/oa-oauth/LICENSE +0 -19
- data/oa-oauth/README.rdoc +0 -35
- data/oa-oauth/Rakefile +0 -6
- data/oa-oauth/autotest/discover.rb +0 -1
- data/oa-oauth/lib/oa-oauth.rb +0 -1
- data/oa-oauth/lib/omniauth/oauth.rb +0 -56
- data/oa-oauth/lib/omniauth/strategies/bitly.rb +0 -46
- data/oa-oauth/lib/omniauth/strategies/dailymile.rb +0 -64
- data/oa-oauth/lib/omniauth/strategies/doit.rb +0 -60
- data/oa-oauth/lib/omniauth/strategies/dopplr.rb +0 -53
- data/oa-oauth/lib/omniauth/strategies/douban.rb +0 -60
- data/oa-oauth/lib/omniauth/strategies/evernote.rb +0 -54
- data/oa-oauth/lib/omniauth/strategies/facebook.rb +0 -70
- data/oa-oauth/lib/omniauth/strategies/foursquare.rb +0 -62
- data/oa-oauth/lib/omniauth/strategies/github.rb +0 -50
- data/oa-oauth/lib/omniauth/strategies/goodreads.rb +0 -44
- data/oa-oauth/lib/omniauth/strategies/google.rb +0 -80
- data/oa-oauth/lib/omniauth/strategies/gowalla.rb +0 -72
- data/oa-oauth/lib/omniauth/strategies/hyves.rb +0 -67
- data/oa-oauth/lib/omniauth/strategies/identica.rb +0 -49
- data/oa-oauth/lib/omniauth/strategies/instagram.rb +0 -56
- data/oa-oauth/lib/omniauth/strategies/instapaper.rb +0 -40
- data/oa-oauth/lib/omniauth/strategies/linked_in.rb +0 -56
- data/oa-oauth/lib/omniauth/strategies/mailru.rb +0 -107
- data/oa-oauth/lib/omniauth/strategies/meetup.rb +0 -56
- data/oa-oauth/lib/omniauth/strategies/miso.rb +0 -41
- data/oa-oauth/lib/omniauth/strategies/mixi.rb +0 -59
- data/oa-oauth/lib/omniauth/strategies/netflix.rb +0 -65
- data/oa-oauth/lib/omniauth/strategies/oauth.rb +0 -83
- data/oa-oauth/lib/omniauth/strategies/oauth2.rb +0 -91
- data/oa-oauth/lib/omniauth/strategies/plurk.rb +0 -58
- data/oa-oauth/lib/omniauth/strategies/qzone.rb +0 -69
- data/oa-oauth/lib/omniauth/strategies/rdio.rb +0 -45
- data/oa-oauth/lib/omniauth/strategies/renren.rb +0 -87
- data/oa-oauth/lib/omniauth/strategies/salesforce.rb +0 -44
- data/oa-oauth/lib/omniauth/strategies/smug_mug.rb +0 -42
- data/oa-oauth/lib/omniauth/strategies/sound_cloud.rb +0 -46
- data/oa-oauth/lib/omniauth/strategies/t163.rb +0 -57
- data/oa-oauth/lib/omniauth/strategies/taobao.rb +0 -79
- data/oa-oauth/lib/omniauth/strategies/teambox.rb +0 -49
- data/oa-oauth/lib/omniauth/strategies/thirty_seven_signals.rb +0 -41
- data/oa-oauth/lib/omniauth/strategies/tqq.rb +0 -64
- data/oa-oauth/lib/omniauth/strategies/trade_me.rb +0 -45
- data/oa-oauth/lib/omniauth/strategies/trip_it.rb +0 -22
- data/oa-oauth/lib/omniauth/strategies/tsina.rb +0 -79
- data/oa-oauth/lib/omniauth/strategies/tsohu.rb +0 -57
- data/oa-oauth/lib/omniauth/strategies/tumblr.rb +0 -60
- data/oa-oauth/lib/omniauth/strategies/twitter.rb +0 -57
- data/oa-oauth/lib/omniauth/strategies/type_pad.rb +0 -76
- data/oa-oauth/lib/omniauth/strategies/vimeo.rb +0 -54
- data/oa-oauth/lib/omniauth/strategies/vkontakte.rb +0 -87
- data/oa-oauth/lib/omniauth/strategies/xauth.rb +0 -67
- data/oa-oauth/lib/omniauth/strategies/yahoo.rb +0 -55
- data/oa-oauth/lib/omniauth/strategies/yammer.rb +0 -43
- data/oa-oauth/lib/omniauth/strategies/you_tube.rb +0 -73
- data/oa-oauth/lib/omniauth/version.rb +0 -19
- data/oa-oauth/oa-oauth.gemspec +0 -32
- data/oa-oauth/spec/fixtures/basecamp_200.xml +0 -24
- data/oa-oauth/spec/fixtures/campfire_200.json +0 -10
- data/oa-oauth/spec/omniauth/strategies/bitly_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/dailymile_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/doit_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/dopplr_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/douban_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/evernote_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/facebook_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/foursquare_spec.rb +0 -18
- data/oa-oauth/spec/omniauth/strategies/github_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/goodreads_spec.rb +0 -6
- data/oa-oauth/spec/omniauth/strategies/google_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/gowalla_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/hyves_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/identica_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/linked_in_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/mailru_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/meetup_spec.rb +0 -14
- data/oa-oauth/spec/omniauth/strategies/miso_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/netflix_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/oauth2_spec.rb +0 -0
- data/oa-oauth/spec/omniauth/strategies/oauth_spec.rb +0 -77
- data/oa-oauth/spec/omniauth/strategies/plurk_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/rdio_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/salesforce_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/smug_mug_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/sound_cloud_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/t163_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/taobao_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/teambox_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/thirty_seven_signals_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/trade_me_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/trip_it_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/tsina_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/tumblr_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/twitter_spec.rb +0 -20
- data/oa-oauth/spec/omniauth/strategies/type_pad_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/vimeo_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/vkontakte_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/yahoo_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/yammer_spec.rb +0 -5
- data/oa-oauth/spec/omniauth/strategies/you_tube_spec.rb +0 -5
- data/oa-oauth/spec/spec_helper.rb +0 -27
- data/oa-oauth/spec/support/shared_examples.rb +0 -29
- data/oa-openid/Gemfile +0 -7
- data/oa-openid/LICENSE +0 -19
- data/oa-openid/README.rdoc +0 -51
- data/oa-openid/Rakefile +0 -6
- data/oa-openid/lib/oa-openid.rb +0 -1
- data/oa-openid/lib/omniauth/openid.rb +0 -60
- data/oa-openid/lib/omniauth/openid/gapps.rb +0 -32
- data/oa-openid/lib/omniauth/strategies/google_apps.rb +0 -23
- data/oa-openid/lib/omniauth/strategies/open_id.rb +0 -132
- data/oa-openid/lib/omniauth/strategies/steam.rb +0 -55
- data/oa-openid/lib/omniauth/version.rb +0 -19
- data/oa-openid/oa-openid.gemspec +0 -28
- data/oa-openid/spec/omniauth/strategies/open_id_spec.rb +0 -71
- data/oa-openid/spec/spec_helper.rb +0 -14
- data/omniauth.gemspec +0 -20
- data/tasks/all.rb +0 -134
@@ -1,27 +0,0 @@
|
|
1
|
-
require 'simplecov'
|
2
|
-
SimpleCov.start
|
3
|
-
require 'rspec'
|
4
|
-
require 'rack/test'
|
5
|
-
require 'webmock/rspec'
|
6
|
-
require 'omniauth/core'
|
7
|
-
require 'omniauth/test'
|
8
|
-
require 'omniauth/oauth'
|
9
|
-
require File.expand_path('../support/shared_examples', __FILE__)
|
10
|
-
|
11
|
-
RSpec.configure do |config|
|
12
|
-
config.include WebMock::API
|
13
|
-
config.include Rack::Test::Methods
|
14
|
-
config.extend OmniAuth::Test::StrategyMacros, :type => :strategy
|
15
|
-
end
|
16
|
-
|
17
|
-
def strategy_class
|
18
|
-
meta = self.class.metadata
|
19
|
-
while meta.key?(:example_group)
|
20
|
-
meta = meta[:example_group]
|
21
|
-
end
|
22
|
-
meta[:describes]
|
23
|
-
end
|
24
|
-
|
25
|
-
def app
|
26
|
-
lambda{|env| [200, {}, ['Hello']]}
|
27
|
-
end
|
@@ -1,29 +0,0 @@
|
|
1
|
-
shared_examples_for "an oauth strategy" do
|
2
|
-
it 'should be initializable with only three arguments' do
|
3
|
-
lambda{ strategy_class.new(lambda{|env| [200, {}, ['Hello World']]}, 'key', 'secret') }.should_not raise_error
|
4
|
-
end
|
5
|
-
|
6
|
-
it 'should be initializable with a block' do
|
7
|
-
lambda{ strategy_class.new(lambda{|env| [200, {}, ['Hello World']]}){|s| s.consumer_key = 'abc'} }.should_not raise_error
|
8
|
-
end
|
9
|
-
|
10
|
-
it 'should handle the setting of client options' do
|
11
|
-
s = strategy_class.new(lambda{|env| [200, {}, ['Hello World']]}, 'key', 'secret', :client_options => {:abc => 'def'})
|
12
|
-
s.consumer.options[:abc].should == 'def'
|
13
|
-
end
|
14
|
-
end
|
15
|
-
|
16
|
-
shared_examples_for "an oauth2 strategy" do
|
17
|
-
it 'should be initializable with only three arguments' do
|
18
|
-
lambda{ strategy_class.new(lambda{|env| [200, {}, ['Hello World']]}, 'key', 'secret') }.should_not raise_error
|
19
|
-
end
|
20
|
-
|
21
|
-
it 'should be initializable with a block' do
|
22
|
-
lambda{ strategy_class.new(lambda{|env| [200, {}, ['Hello World']]}){|s| s.client_id = 'abc'} }.should_not raise_error
|
23
|
-
end
|
24
|
-
|
25
|
-
it 'should handle the setting of client options' do
|
26
|
-
s = strategy_class.new(lambda{|env| [200, {}, ['Hello World']]}, 'key', 'secret', :client_options => {:abc => 'def'})
|
27
|
-
s.client.options[:abc].should == 'def'
|
28
|
-
end
|
29
|
-
end
|
data/oa-openid/Gemfile
DELETED
data/oa-openid/LICENSE
DELETED
@@ -1,19 +0,0 @@
|
|
1
|
-
Copyright (c) 2010-2011 Michael Bleigh and Intridea, Inc.
|
2
|
-
|
3
|
-
Permission is hereby granted, free of charge, to any person obtaining a copy
|
4
|
-
of this software and associated documentation files (the "Software"), to deal
|
5
|
-
in the Software without restriction, including without limitation the rights
|
6
|
-
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
7
|
-
copies of the Software, and to permit persons to whom the Software is
|
8
|
-
furnished to do so, subject to the following conditions:
|
9
|
-
|
10
|
-
The above copyright notice and this permission notice shall be included in
|
11
|
-
all copies or substantial portions of the Software.
|
12
|
-
|
13
|
-
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
14
|
-
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
15
|
-
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
16
|
-
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
17
|
-
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
18
|
-
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
19
|
-
THE SOFTWARE.
|
data/oa-openid/README.rdoc
DELETED
@@ -1,51 +0,0 @@
|
|
1
|
-
= OmniAuth::OpenID
|
2
|
-
|
3
|
-
Provides strategies for authenticating to providers using the OpenID standard.
|
4
|
-
|
5
|
-
== Installation
|
6
|
-
|
7
|
-
To get just OpenID functionality:
|
8
|
-
|
9
|
-
gem install oa-openid
|
10
|
-
|
11
|
-
For the full auth suite:
|
12
|
-
|
13
|
-
gem install omniauth
|
14
|
-
|
15
|
-
== Stand-Alone Example
|
16
|
-
|
17
|
-
Use the strategy as a middleware in your application:
|
18
|
-
|
19
|
-
require 'omniauth/openid'
|
20
|
-
require 'openid/store/filesystem'
|
21
|
-
|
22
|
-
use Rack::Session::Cookie
|
23
|
-
use OmniAuth::Strategies::OpenID, OpenID::Store::Filesystem.new('/tmp')
|
24
|
-
|
25
|
-
Then simply direct users to '/auth/open_id' to prompt them for their OpenID identifier. You may also pre-set the identifier by passing an <tt>identifier</tt> parameter to the URL (Example: <tt>/auth/open_id?openid_url=yahoo.com</tt>).
|
26
|
-
|
27
|
-
A list of all OpenID stores is available at http://github.com/openid/ruby-openid/tree/master/lib/openid/store/
|
28
|
-
|
29
|
-
== OmniAuth Builder
|
30
|
-
|
31
|
-
If OpenID is one of several authentication strategies, use the OmniAuth Builder:
|
32
|
-
|
33
|
-
require 'omniauth/openid'
|
34
|
-
require 'omniauth/basic' # for Campfire
|
35
|
-
require 'openid/store/filesystem'
|
36
|
-
|
37
|
-
use OmniAuth::Builder do
|
38
|
-
provider :open_id, OpenID::Store::Filesystem.new('/tmp')
|
39
|
-
provider :campfire
|
40
|
-
end
|
41
|
-
|
42
|
-
== Configured Identifiers
|
43
|
-
|
44
|
-
You may pre-configure an OpenID identifier. For example, to use Google's main OpenID endpoint:
|
45
|
-
|
46
|
-
use OmniAuth::Builder do
|
47
|
-
provider :open_id, nil, :name => 'google', :identifier => 'https://www.google.com/accounts/o8/id'
|
48
|
-
end
|
49
|
-
|
50
|
-
Note the use of nil, which will trigger ruby-openid's default Memory Store.
|
51
|
-
|
data/oa-openid/Rakefile
DELETED
data/oa-openid/lib/oa-openid.rb
DELETED
@@ -1 +0,0 @@
|
|
1
|
-
require 'omniauth/openid'
|
@@ -1,60 +0,0 @@
|
|
1
|
-
require 'omniauth/core'
|
2
|
-
|
3
|
-
module OmniAuth
|
4
|
-
# OmniAuth::OpenID provides strategies for authenticating to providers
|
5
|
-
# using the OpenID standard.
|
6
|
-
#
|
7
|
-
# # Installation
|
8
|
-
#
|
9
|
-
# To get just OpenID functionality:
|
10
|
-
#
|
11
|
-
# gem install oa-openid
|
12
|
-
#
|
13
|
-
# For the full auth suite:
|
14
|
-
#
|
15
|
-
# gem install omniauth
|
16
|
-
#
|
17
|
-
# # Stand-Alone Example
|
18
|
-
#
|
19
|
-
# Use the strategy as a middleware in your application:
|
20
|
-
#
|
21
|
-
# require 'omniauth/openid'
|
22
|
-
# require 'openid/store/filesystem'
|
23
|
-
#
|
24
|
-
# use Rack::Session::Cookie
|
25
|
-
# use OmniAuth::Strategies::OpenID, OpenID::Store::Filesystem.new('/tmp')
|
26
|
-
#
|
27
|
-
# Then simply direct users to '/auth/open_id' to prompt them for their OpenID identifier. You may also pre-set the identifier by passing an <tt>identifier</tt> parameter to the URL (Example: <tt>/auth/open_id?openid_url=yahoo.com</tt>).
|
28
|
-
#
|
29
|
-
# A list of all OpenID stores is available at http://github.com/openid/ruby-openid/tree/master/lib/openid/store/
|
30
|
-
#
|
31
|
-
# # OmniAuth Builder
|
32
|
-
#
|
33
|
-
# If OpenID is one of several authentication strategies, use the OmniAuth Builder:
|
34
|
-
#
|
35
|
-
# require 'omniauth/openid'
|
36
|
-
# require 'omniauth/basic' # for Campfire
|
37
|
-
# require 'openid/store/filesystem'
|
38
|
-
#
|
39
|
-
# use OmniAuth::Builder do
|
40
|
-
# provider :open_id, OpenID::Store::Filesystem.new('/tmp')
|
41
|
-
# provider :campfire
|
42
|
-
# end
|
43
|
-
#
|
44
|
-
# # Configured Identifiers
|
45
|
-
#
|
46
|
-
# You may pre-configure an OpenID identifier. For example, to use Google's main OpenID endpoint:
|
47
|
-
#
|
48
|
-
# use OmniAuth::Builder do
|
49
|
-
# provider :open_id, nil, :name => 'google', :identifier => 'https://www.google.com/accounts/o8/id'
|
50
|
-
# end
|
51
|
-
#
|
52
|
-
# Note the use of nil, which will trigger ruby-openid's default Memory Store.
|
53
|
-
module OpenID; end
|
54
|
-
|
55
|
-
module Strategies
|
56
|
-
autoload :OpenID, 'omniauth/strategies/open_id'
|
57
|
-
autoload :GoogleApps, 'omniauth/strategies/google_apps'
|
58
|
-
autoload :Steam, 'omniauth/strategies/steam'
|
59
|
-
end
|
60
|
-
end
|
@@ -1,32 +0,0 @@
|
|
1
|
-
require 'openid/consumer'
|
2
|
-
require 'gapps_openid'
|
3
|
-
|
4
|
-
module OpenID
|
5
|
-
# Because gapps_openid changes the discovery order
|
6
|
-
# (looking first for Google Apps, then anything else),
|
7
|
-
# we need to monkeypatch it to make it play nicely
|
8
|
-
# with others.
|
9
|
-
def self.discover(uri)
|
10
|
-
discovered = self.default_discover(uri)
|
11
|
-
|
12
|
-
if discovered.last.empty?
|
13
|
-
info = discover_google_apps(uri)
|
14
|
-
return info if info
|
15
|
-
end
|
16
|
-
|
17
|
-
return discovered
|
18
|
-
rescue OpenID::DiscoveryFailure => e
|
19
|
-
info = discover_google_apps(uri)
|
20
|
-
|
21
|
-
if info.nil?
|
22
|
-
raise e
|
23
|
-
else
|
24
|
-
return info
|
25
|
-
end
|
26
|
-
end
|
27
|
-
|
28
|
-
def self.discover_google_apps(uri)
|
29
|
-
discovery = GoogleDiscovery.new
|
30
|
-
discovery.perform_discovery(uri)
|
31
|
-
end
|
32
|
-
end
|
@@ -1,23 +0,0 @@
|
|
1
|
-
require 'omniauth/openid'
|
2
|
-
|
3
|
-
module OmniAuth
|
4
|
-
module Strategies
|
5
|
-
class GoogleApps < OmniAuth::Strategies::OpenID
|
6
|
-
def initialize(app, store = nil, options = {}, &block)
|
7
|
-
options[:name] ||= 'google_apps'
|
8
|
-
super(app, store, options, &block)
|
9
|
-
end
|
10
|
-
|
11
|
-
def get_identifier
|
12
|
-
OmniAuth::Form.build(:title => 'Google Apps Authentication') do
|
13
|
-
label_field('Google Apps Domain', 'domain')
|
14
|
-
input_field('url', 'domain')
|
15
|
-
end.to_response
|
16
|
-
end
|
17
|
-
|
18
|
-
def identifier
|
19
|
-
options[:domain] || request['domain']
|
20
|
-
end
|
21
|
-
end
|
22
|
-
end
|
23
|
-
end
|
@@ -1,132 +0,0 @@
|
|
1
|
-
require 'rack/openid'
|
2
|
-
require 'omniauth/openid/gapps'
|
3
|
-
require 'omniauth/openid'
|
4
|
-
|
5
|
-
module OmniAuth
|
6
|
-
module Strategies
|
7
|
-
# OmniAuth strategy for connecting via OpenID. This allows for connection
|
8
|
-
# to a wide variety of sites, some of which are listed [on the OpenID website](http://openid.net/get-an-openid/).
|
9
|
-
class OpenID
|
10
|
-
include OmniAuth::Strategy
|
11
|
-
|
12
|
-
attr_accessor :options
|
13
|
-
|
14
|
-
IDENTIFIER_URL_PARAMETER = 'openid_url'
|
15
|
-
|
16
|
-
AX = {
|
17
|
-
:email => 'http://axschema.org/contact/email',
|
18
|
-
:name => 'http://axschema.org/namePerson',
|
19
|
-
:nickname => 'http://axschema.org/namePerson/friendly',
|
20
|
-
:first_name => 'http://axschema.org/namePerson/first',
|
21
|
-
:last_name => 'http://axschema.org/namePerson/last',
|
22
|
-
:city => 'http://axschema.org/contact/city/home',
|
23
|
-
:state => 'http://axschema.org/contact/state/home',
|
24
|
-
:website => 'http://axschema.org/contact/web/default',
|
25
|
-
:image => 'http://axschema.org/media/image/aspect11'
|
26
|
-
}
|
27
|
-
|
28
|
-
# Initialize the strategy as a Rack Middleware.
|
29
|
-
#
|
30
|
-
# @param app [Rack Application] Standard Rack middleware application argument.
|
31
|
-
# @param store [OpenID Store] The [OpenID Store](http://github.com/openid/ruby-openid/tree/master/lib/openid/store/)
|
32
|
-
# you wish to use. Defaults to OpenID::MemoryStore.
|
33
|
-
# @option options [Array] :required The identity fields that are required for the OpenID
|
34
|
-
# request. May be an ActiveExchange schema URL or an sreg identifier.
|
35
|
-
# @option options [Array] :optional The optional attributes for the OpenID request. May
|
36
|
-
# be ActiveExchange or sreg.
|
37
|
-
# @option options [Symbol, :open_id] :name The URL segment name for this provider.
|
38
|
-
def initialize(app, store = nil, options = {}, &block)
|
39
|
-
super(app, (options[:name] || :open_id), &block)
|
40
|
-
@options = options
|
41
|
-
@options[:required] ||= [AX[:email], AX[:name], AX[:first_name], AX[:last_name], 'email', 'fullname']
|
42
|
-
@options[:optional] ||= [AX[:nickname], AX[:city], AX[:state], AX[:website], AX[:image], 'postcode', 'nickname']
|
43
|
-
@store = store
|
44
|
-
end
|
45
|
-
|
46
|
-
protected
|
47
|
-
|
48
|
-
def dummy_app
|
49
|
-
lambda{|env| [401, {"WWW-Authenticate" => Rack::OpenID.build_header(
|
50
|
-
:identifier => identifier,
|
51
|
-
:return_to => callback_url,
|
52
|
-
:required => @options[:required],
|
53
|
-
:optional => @options[:optional],
|
54
|
-
:method => 'post'
|
55
|
-
)}, []]}
|
56
|
-
end
|
57
|
-
|
58
|
-
def identifier
|
59
|
-
options[:identifier] || request[IDENTIFIER_URL_PARAMETER]
|
60
|
-
end
|
61
|
-
|
62
|
-
def request_phase
|
63
|
-
identifier ? start : get_identifier
|
64
|
-
end
|
65
|
-
|
66
|
-
def start
|
67
|
-
openid = Rack::OpenID.new(dummy_app, @store)
|
68
|
-
response = openid.call(env)
|
69
|
-
case env['rack.openid.response']
|
70
|
-
when Rack::OpenID::MissingResponse, Rack::OpenID::TimeoutResponse
|
71
|
-
fail!(:connection_failed)
|
72
|
-
else
|
73
|
-
response
|
74
|
-
end
|
75
|
-
end
|
76
|
-
|
77
|
-
def get_identifier
|
78
|
-
OmniAuth::Form.build(:title => 'OpenID Authentication') do
|
79
|
-
label_field('OpenID Identifier', IDENTIFIER_URL_PARAMETER)
|
80
|
-
input_field('url', IDENTIFIER_URL_PARAMETER)
|
81
|
-
end.to_response
|
82
|
-
end
|
83
|
-
|
84
|
-
def callback_phase
|
85
|
-
openid = Rack::OpenID.new(lambda{|env| [200,{},[]]}, @store)
|
86
|
-
openid.call(env)
|
87
|
-
@openid_response = env.delete('rack.openid.response')
|
88
|
-
if @openid_response && @openid_response.status == :success
|
89
|
-
super
|
90
|
-
else
|
91
|
-
fail!(:invalid_credentials)
|
92
|
-
end
|
93
|
-
end
|
94
|
-
|
95
|
-
def auth_hash
|
96
|
-
OmniAuth::Utils.deep_merge(super(), {
|
97
|
-
'uid' => @openid_response.display_identifier,
|
98
|
-
'user_info' => user_info(@openid_response)
|
99
|
-
})
|
100
|
-
end
|
101
|
-
|
102
|
-
def user_info(response)
|
103
|
-
sreg_user_info(response).merge(ax_user_info(response))
|
104
|
-
end
|
105
|
-
|
106
|
-
def sreg_user_info(response)
|
107
|
-
sreg = ::OpenID::SReg::Response.from_success_response(response)
|
108
|
-
return {} unless sreg
|
109
|
-
{
|
110
|
-
'email' => sreg['email'],
|
111
|
-
'name' => sreg['fullname'],
|
112
|
-
'location' => sreg['postcode'],
|
113
|
-
'nickname' => sreg['nickname']
|
114
|
-
}.reject{|k,v| v.nil? || v == ''}
|
115
|
-
end
|
116
|
-
|
117
|
-
def ax_user_info(response)
|
118
|
-
ax = ::OpenID::AX::FetchResponse.from_success_response(response)
|
119
|
-
return {} unless ax
|
120
|
-
{
|
121
|
-
'email' => ax.get_single(AX[:email]),
|
122
|
-
'first_name' => ax.get_single(AX[:first_name]),
|
123
|
-
'last_name' => ax.get_single(AX[:last_name]),
|
124
|
-
'name' => (ax.get_single(AX[:name]) || [ax.get_single(AX[:first_name]), ax.get_single(AX[:last_name])].join(' ')).strip,
|
125
|
-
'location' => ("#{ax.get_single(AX[:city])}, #{ax.get_single(AX[:state])}" if Array(ax.get_single(AX[:city])).any? && Array(ax.get_single(AX[:state])).any?),
|
126
|
-
'nickname' => ax.get_single(AX[:nickname]),
|
127
|
-
'urls' => ({'Website' => Array(ax.get_single(AX[:website])).first} if Array(ax.get_single(AX[:website])).any?)
|
128
|
-
}.inject({}){|h,(k,v)| h[k] = Array(v).first; h}.reject{|k,v| v.nil? || v == ''}
|
129
|
-
end
|
130
|
-
end
|
131
|
-
end
|
132
|
-
end
|