cie-es 0.0.6 → 0.0.7
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/cie-es.gemspec +1 -1
- data/lib/cie/ruby-saml/response.rb +8 -8
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: fdd79b67481470da2de0b10fec4c42923f8f76f1326ad8a6a9d677d729aa494d
|
|
4
|
+
data.tar.gz: 9ab9736fdd69c04fc81e9bbfe02aac575e4d64ff30129fd6a070f56f6b614eb3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9e3ef4c501840185a521801c535652e2297c4ec2f586b02e4c1b397a3af7428e97cdf3bb45018bf578aaf84f3e276fd85731447ca303fe6ecad8444199873830
|
|
7
|
+
data.tar.gz: 30d2eb508edd598adfc94f8ffcc8c1956b86e2b4eba68a5558f41a1e779f0489372d088354649082763f7fe8bc223dae0a93520e248f35ab2eec5a2c58bfa779
|
data/cie-es.gemspec
CHANGED
|
@@ -2,7 +2,7 @@ $LOAD_PATH.push File.expand_path('../lib', __FILE__)
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = 'cie-es'
|
|
5
|
-
s.version = '0.0.
|
|
5
|
+
s.version = '0.0.7'
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["Fabiano Pavan"]
|
|
@@ -160,17 +160,17 @@ module Cie
|
|
|
160
160
|
return (soft ? false : validation_error("Issuer of the Assertion not found or multiple."))
|
|
161
161
|
end
|
|
162
162
|
|
|
163
|
-
issuer_response_nodes.each{ |iss|
|
|
164
|
-
|
|
165
|
-
|
|
163
|
+
# issuer_response_nodes.each{ |iss|
|
|
164
|
+
# #controllo: L'attributo Format di Issuer deve essere presente con il valore urn:oasis:names:tc:SAML:2.0:nameid-format:entity
|
|
165
|
+
# return (soft ? false : validation_error("Elemento Issuer non ha formato corretto ")) if !iss.attributes['Format'].nil? && iss.attributes['Format'] != 'urn:oasis:names:tc:SAML:2.0:nameid-format:entity'
|
|
166
166
|
|
|
167
|
-
}
|
|
167
|
+
# }
|
|
168
168
|
|
|
169
|
-
issuer_assertion_nodes.each{ |iss|
|
|
170
|
-
|
|
171
|
-
|
|
169
|
+
# issuer_assertion_nodes.each{ |iss|
|
|
170
|
+
# #controllo: L'attributo Format di Issuer deve essere presente con il valore urn:oasis:names:tc:SAML:2.0:nameid-format:entity
|
|
171
|
+
# return (soft ? false : validation_error("Elemento Issuer non ha formato corretto ")) if iss.attributes['Format'] != 'urn:oasis:names:tc:SAML:2.0:nameid-format:entity'
|
|
172
172
|
|
|
173
|
-
}
|
|
173
|
+
# }
|
|
174
174
|
|
|
175
175
|
nodes = issuer_response_nodes + issuer_assertion_nodes
|
|
176
176
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: cie-es
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.7
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Fabiano Pavan
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-06-
|
|
11
|
+
date: 2020-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: canonix
|