saml_idp 0.0.1 → 0.0.2
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 +8 -8
- data/README.md +1 -0
- data/lib/saml_idp/controller.rb +1 -1
- data/lib/saml_idp/version.rb +1 -1
- data/saml_idp.gemspec +1 -0
- metadata +16 -2
checksums.yaml
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
---
|
|
2
2
|
!binary "U0hBMQ==":
|
|
3
3
|
metadata.gz: !binary |-
|
|
4
|
-
|
|
4
|
+
YjJiNGMyYzQ5MWMwNTI1ZGVjNDJhNDQzYjVjMzgwMjY2Y2RjYzRiNg==
|
|
5
5
|
data.tar.gz: !binary |-
|
|
6
|
-
|
|
6
|
+
OTczOWZhMTJmNTZlYjBhYzY5MDU4NmU1YWRlZjAzZGJmOGY2MmE0Mw==
|
|
7
7
|
!binary "U0hBNTEy":
|
|
8
8
|
metadata.gz: !binary |-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
9
|
+
OGFjMGI5NzQ4ODQ1NDI4OGY1MmY2ZGM4NzFhZjMzYjcwMWE3ZTAzNjA3OGRi
|
|
10
|
+
NDk3NzRiYjk5ZmVmMTMyMzY0YWZjYjhjNTk0Y2E2YTQyNDI3YzQ2Mzg5ODc4
|
|
11
|
+
MTdlNWY3NjUzYTFjMWViNTU2NjgwNzg0OTVhZjA0NzJkOTk0MjM=
|
|
12
12
|
data.tar.gz: !binary |-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
13
|
+
MmIwZWYxZmM5NzlmYzk0MTIwODVjYTI2YjhlZGQwZjE1OWU0ZDA1OTJmMzU1
|
|
14
|
+
YjBjM2NkYTgxZTFiYzU5NGJjODA1N2ZjZWZkODcxOTFlZDI3M2ZlODhlMGZm
|
|
15
|
+
N2I2ZjFlZjRlZWFmMmI4YjIwMzMyZjA0NjkzMDY5MzI3MzJmNDY=
|
data/README.md
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Forked from https://github.com/lawrencepit/ruby-saml-idp
|
|
3
3
|
|
|
4
4
|
[](https://travis-ci.org/sportngin/saml_idp)
|
|
5
|
+
[](http://badge.fury.io/rb/saml_idp)
|
|
5
6
|
|
|
6
7
|
The ruby SAML Identity Provider library is for implementing the server side of SAML authentication. It allows
|
|
7
8
|
your application to act as an IdP (Identity Provider) using the
|
data/lib/saml_idp/controller.rb
CHANGED
|
@@ -44,7 +44,7 @@ module SamlIdp
|
|
|
44
44
|
end
|
|
45
45
|
|
|
46
46
|
def issuer_uri
|
|
47
|
-
|
|
47
|
+
(defined?(request) && request.url.to_s.split("?").first) || "http://example.com"
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
def valid_service_provider?
|
data/lib/saml_idp/version.rb
CHANGED
data/saml_idp.gemspec
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: saml_idp
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Jon Phenow
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2013-08-
|
|
11
|
+
date: 2013-08-19 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: activesupport
|
|
@@ -66,6 +66,20 @@ dependencies:
|
|
|
66
66
|
- - ! '>='
|
|
67
67
|
- !ruby/object:Gem::Version
|
|
68
68
|
version: '0'
|
|
69
|
+
- !ruby/object:Gem::Dependency
|
|
70
|
+
name: nokogiri
|
|
71
|
+
requirement: !ruby/object:Gem::Requirement
|
|
72
|
+
requirements:
|
|
73
|
+
- - ! '>='
|
|
74
|
+
- !ruby/object:Gem::Version
|
|
75
|
+
version: '0'
|
|
76
|
+
type: :runtime
|
|
77
|
+
prerelease: false
|
|
78
|
+
version_requirements: !ruby/object:Gem::Requirement
|
|
79
|
+
requirements:
|
|
80
|
+
- - ! '>='
|
|
81
|
+
- !ruby/object:Gem::Version
|
|
82
|
+
version: '0'
|
|
69
83
|
- !ruby/object:Gem::Dependency
|
|
70
84
|
name: rake
|
|
71
85
|
requirement: !ruby/object:Gem::Requirement
|