federated_rails 0.3.2 → 0.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Gemfile +1 -1
- data/Rakefile +1 -0
- data/app/views/federated_rails/auth/login.html.erb +3 -0
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a28d1bae60c3663bb26d903a216e586b776eff06
|
|
4
|
+
data.tar.gz: a9be10d3fa1610a82b9cc97f164bfb243eaf272d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 104fa904c01c0b3ad265acd0d92bcc028e670b616905743e522e2f56d8a51b854b600cf3980dd30731646d320fe047754707afde8d719e9812376f65db18e6da
|
|
7
|
+
data.tar.gz: 818944e9b475bd41a1291aba0ca61ca93c12fe35350d7777a177a3250e18c307d89b6b90405d15d347394fa14666c463e1e0bfa86d7f372219c7bc6048f03bef
|
data/Gemfile
CHANGED
data/Rakefile
CHANGED
|
@@ -11,6 +11,7 @@
|
|
|
11
11
|
<%= hidden_field_tag(:credential, 'fake-sessionid-webform') %>
|
|
12
12
|
|
|
13
13
|
<%= hidden_field :attributes, :cn, :value => 'Fred Bloggs' %>
|
|
14
|
+
<%= hidden_field :attributes, :display_name, :value => 'Fred Bloggs' %>
|
|
14
15
|
<%= hidden_field :attributes, :email, :value => 'fredbloggs@one.edu.au' %>
|
|
15
16
|
<%= hidden_field :attributes, :shared_token, :value => 'SharedTokenForFredBloggs___' %>
|
|
16
17
|
<%= hidden_field :attributes, :entityID, :value => 'https://idp.one.edu.au/idp/shibboleth' %>
|
|
@@ -27,6 +28,7 @@
|
|
|
27
28
|
<%= hidden_field_tag(:credential, 'fake-sessionid-webform') %>
|
|
28
29
|
|
|
29
30
|
<%= hidden_field :attributes, :cn, :value => 'Joe Schmoe' %>
|
|
31
|
+
<%= hidden_field :attributes, :display_name, :value => 'Joe Schmoe' %>
|
|
30
32
|
<%= hidden_field :attributes, :email, :value => 'joeschmoe@one.edu.au' %>
|
|
31
33
|
<%= hidden_field :attributes, :shared_token, :value => 'SharedTokenForJoeSchmoe____' %>
|
|
32
34
|
<%= hidden_field :attributes, :entityID, :value => 'https://idp.one.edu.au/idp/shibboleth' %>
|
|
@@ -43,6 +45,7 @@
|
|
|
43
45
|
<%= hidden_field_tag(:credential, 'fake-sessionid-webform') %>
|
|
44
46
|
|
|
45
47
|
<%= hidden_field :attributes, :cn, :value => 'Max Mustermann' %>
|
|
48
|
+
<%= hidden_field :attributes, :display_name, :value => 'Max Mustermann' %>
|
|
46
49
|
<%= hidden_field :attributes, :email, :value => 'maxmustermann@one.edu.au' %>
|
|
47
50
|
<%= hidden_field :attributes, :shared_token, :value => 'SharedTokenForMaxMustermann' %>
|
|
48
51
|
<%= hidden_field :attributes, :entityID, :value => 'https://idp.one.edu.au/idp/shibboleth' %>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: federated_rails
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Bradley Beddoes
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2014-
|
|
11
|
+
date: 2014-09-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies: []
|
|
13
13
|
description: Allows Ruby on Rails applications to easily integrate to federated authentication
|
|
14
14
|
sources particuarly those served by Shibboleth service providers.
|