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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 28262d5056cc229c82f14228014ca599f70a8537
4
- data.tar.gz: f5f806bc93542801609c661a541d74990468c28a
3
+ metadata.gz: 0f166e30ba8b06a38d51018ee61f61986a04a64f
4
+ data.tar.gz: a9732c7427136ff30a90356ba50a2ce6e0dd367b
5
5
  SHA512:
6
- metadata.gz: ce857803eb0f96f886578fd9cb2c565eecfd0220a898d0b9ae53811c8fe472bdfe5c7ffe8a5800da47b5711539e8b11c0d0394c59dbdda58efc4ab450c1b8fd3
7
- data.tar.gz: 67a08315d3742cea97a9817679ac6604a231e5e50e30fc1e32986ddf475061042d7a5a5e15a068b8a3a79988b7af85ba03a6e21d19c609a55fd375c59079aa23
6
+ metadata.gz: 120302dc06636fd8e98c20f0d682fa7030a60bf76a15bb7f9b0a034a08ff8847f955e8473e7f2bb0201b4a05ff3031d2a309f01edb22f363a88fd6df1ec7f45a
7
+ data.tar.gz: ec028775d2f533ca8b239b17fb70f14c6016e849f187b9beeb062314f41e4cb66bb5d4abb28091dd993645a397ea47b44182acabcc6c8e026beff90e46ad66f2
@@ -5,5 +5,10 @@ module Saml
5
5
  tag "ArtifactResponse"
6
6
 
7
7
  has_one :response, Saml::Response
8
+ has_one :authn_request, Saml::AuthnRequest
9
+
10
+ def message
11
+ authn_request || response
12
+ end
8
13
  end
9
14
  end
@@ -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.response if artifact_response.success?
44
+ verified_artifact_response.message if artifact_response.success?
45
45
  end
46
46
  end
47
47
  end
@@ -1,3 +1,3 @@
1
1
  module Saml
2
- VERSION = "2.6.4"
2
+ VERSION = "2.6.6"
3
3
  end
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
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-08-25 00:00:00.000000000 Z
11
+ date: 2015-09-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport