libsaml 2.6.4 → 2.6.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/saml/artifact_response.rb +5 -0
- data/lib/saml/bindings/http_artifact.rb +1 -1
- data/lib/saml/version.rb +1 -1
- 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: 0f166e30ba8b06a38d51018ee61f61986a04a64f
|
4
|
+
data.tar.gz: a9732c7427136ff30a90356ba50a2ce6e0dd367b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 120302dc06636fd8e98c20f0d682fa7030a60bf76a15bb7f9b0a034a08ff8847f955e8473e7f2bb0201b4a05ff3031d2a309f01edb22f363a88fd6df1ec7f45a
|
7
|
+
data.tar.gz: ec028775d2f533ca8b239b17fb70f14c6016e849f187b9beeb062314f41e4cb66bb5d4abb28091dd993645a397ea47b44182acabcc6c8e026beff90e46ad66f2
|
@@ -41,7 +41,7 @@ module Saml
|
|
41
41
|
artifact_response = Saml::ArtifactResponse.parse(response.body, single: true)
|
42
42
|
verified_artifact_response = Saml::Util.verify_xml(artifact_response, response.body)
|
43
43
|
|
44
|
-
verified_artifact_response.
|
44
|
+
verified_artifact_response.message if artifact_response.success?
|
45
45
|
end
|
46
46
|
end
|
47
47
|
end
|
data/lib/saml/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: libsaml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.6.
|
4
|
+
version: 2.6.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Benoist Claassen
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2015-
|
11
|
+
date: 2015-09-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|