ciam-es 0.0.4 → 0.0.5
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/ciam-es.gemspec +1 -1
- data/lib/ciam/ruby-saml/response.rb +0 -6
- 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: 498429de58aab734f5741b9078d070112ef121d2110c09bda62ede09ea905487
|
|
4
|
+
data.tar.gz: 85c613f6892c7e6bfa0965d3a34bdb85fba2ffe69487043036f12e019549b79e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 19b95be981cc0c506a3a04ecfe9a1e6aee57fdf3ccadf48568e1bac0b8754502eabf411165b4e158a3703ba299c7292ac70b6a0c27100d751f1a4f3f2dd23292
|
|
7
|
+
data.tar.gz: f64eb5ab251e2141a82c580758c4705fd0b6cbf09d1302e999119305e349b3e5b8eaa3b7ab4bb5d0868783246d1af01ae12a3e1b82bb847a765c2da3dc539ade
|
data/ciam-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 = 'ciam-es'
|
|
5
|
-
s.version = '0.0.
|
|
5
|
+
s.version = '0.0.5'
|
|
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"]
|
|
@@ -166,12 +166,6 @@ module Ciam
|
|
|
166
166
|
|
|
167
167
|
}
|
|
168
168
|
|
|
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
|
-
|
|
173
|
-
}
|
|
174
|
-
|
|
175
169
|
nodes = issuer_response_nodes + issuer_assertion_nodes
|
|
176
170
|
|
|
177
171
|
nodes.map { |node| Utils.element_text(node) }.compact.uniq
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ciam-es
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.5
|
|
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-
|
|
11
|
+
date: 2020-09-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: canonix
|