ruby-saml-mod 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/onelogin/saml/response.rb +1 -1
- data/ruby-saml-mod.gemspec +2 -2
- metadata +4 -4
@@ -78,7 +78,7 @@ module Onelogin::Saml
|
|
78
78
|
end
|
79
79
|
|
80
80
|
def fingerprint_from_idp
|
81
|
-
if base64_cert = @document.find_first("//ds:X509Certificate")
|
81
|
+
if base64_cert = @document.find_first("//ds:X509Certificate", Onelogin::NAMESPACES)
|
82
82
|
cert_text = Base64.decode64(base64_cert.content)
|
83
83
|
cert = OpenSSL::X509::Certificate.new(cert_text)
|
84
84
|
Digest::SHA1.hexdigest(cert.to_der)
|
data/ruby-saml-mod.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-saml-mod
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 13
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 0.1.
|
9
|
+
- 11
|
10
|
+
version: 0.1.11
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- OneLogin LLC
|
@@ -18,7 +18,7 @@ autorequire:
|
|
18
18
|
bindir: bin
|
19
19
|
cert_chain: []
|
20
20
|
|
21
|
-
date: 2012-
|
21
|
+
date: 2012-05-03 00:00:00 Z
|
22
22
|
dependencies:
|
23
23
|
- !ruby/object:Gem::Dependency
|
24
24
|
name: libxml-ruby
|