cie-es 0.0.10 → 0.0.11

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
  SHA256:
3
- metadata.gz: 25ed0afe45b80482d7cc8cbf65c97f592c1595b203b41cc2365b905bfaea1470
4
- data.tar.gz: beaa7182a70b1495c20f2e55ae7785e96e8cace2bf6eed366c3bf092fd9a48f0
3
+ metadata.gz: 52ed863e36df20bbe171500e8f85b32825837929b277ae7715ced11d72ffa69f
4
+ data.tar.gz: 53f142d85748519249dc4f60bf69c63a56488df4defb16efb0b70cc68f9647a7
5
5
  SHA512:
6
- metadata.gz: c675e3233b3796500ecc65fb155d05cb8dc312379b424e2f9047b5c8434a2ef77422771853a80ff348d8e2575edaf7b53bd898335b8cabbab12ab2f78934e7ef
7
- data.tar.gz: a67af70e3e4168dcd3d2b49090d74c13e834eeff7917671ae33b34fda286cafe658f6dc2929049140308e84f571fb4d37f9d7a3e2e8a7a0432557318a478bf7b
6
+ metadata.gz: 09e66f0399ce85b9a753026208edeedf58d84557f8210ff7d7ef30a9d90e20678971eb726e133d5d65fa2c15774519d995ddfedecfb24655e96a4cdd67ceace8
7
+ data.tar.gz: 17c20d496aab13da7d0feb577e9686845877a4936142e740401fa204113d953becadbe1a72a9a2e26f984f3cf08be3d8da14b625ab44eff67fe4291a928d6b27
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.10'
5
+ s.version = '0.0.11'
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"]
@@ -569,7 +569,8 @@ module Cie
569
569
 
570
570
  node_auth_stat_context_class_ref = xpath_first_from_signed_assertion('/a:AuthnStatement/a:AuthnContext/a:AuthnContextClassRef')
571
571
  #Cieer.logger.error "\n\n node_auth_stat_context_class_ref #{node_auth_stat_context_class_ref.text}"
572
- return soft ? false : validation_error("Errore su Asserzione: AuthnContextClassRef di AuthnContext su AuthnStatement vuoto o non L2") if node_auth_stat_context_class_ref.blank? || ( (node_auth_stat_context_class_ref.text != 'https://www.spid.gov.it/SpidL2') && (node_auth_stat_context_class_ref.text != 'https://www.spid.gov.it/SpidL3'))
572
+ #TOLTA VALIDAZIONE PER PERMETTERE ACCESSO TRAMITE CIE CON LIVELLI ANCHE 1 E 2
573
+ #return soft ? false : validation_error("Errore su Asserzione: AuthnContextClassRef di AuthnContext su AuthnStatement vuoto o non L2") if node_auth_stat_context_class_ref.blank? || ( (node_auth_stat_context_class_ref.text != 'https://www.spid.gov.it/SpidL2') && (node_auth_stat_context_class_ref.text != 'https://www.spid.gov.it/SpidL3'))
573
574
 
574
575
  node_attr_stmt_attribute_value = xpath_first_from_signed_assertion("/a:AttributeStatement/a:Attribute/a:AttributeValue")
575
576
  #Elemento AttributeStatement presente, ma sottoelemento Attribute non specificato, caso 99
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.10
4
+ version: 0.0.11
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fabiano Pavan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-04-19 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: canonix