cie-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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9c0a4c4bc5414132264b883b1f4ec0e7182a051e60ea1a412fa1039a3b77d1b8
4
- data.tar.gz: 00dc0c5ecc026e2caa0d22049e5af4da7d9727338753e9744f90f96e43cf1db5
3
+ metadata.gz: 4e1a539a41c551cb441f4c633e566c50c712b9b72e85396a2ec15325878459d9
4
+ data.tar.gz: cbfca2d0330dc7ce789cdc3c0daec419f260b53704f7d80bc20940ffaf5c2c32
5
5
  SHA512:
6
- metadata.gz: ca7a5a6fde05c80111931ccfdc0e9e84715fa252a62e60dd369630d8d6840518a89f568a758ad1fdcae45e2472f3a83e921152ee0bf575e287e583008fd70a8c
7
- data.tar.gz: ffb3296be06a042c1a1c462f4e0df8a633d653e82080cbbb2bc6decf8b90ddbe6cb7896cd3c9cfc43f537c860963ca4e72a9503ad9eb4b7eb192e3c4f32dd06c
6
+ metadata.gz: 66fd1c22cfea8bb12d5d9aad5744740cf7adf9855663af8128ad744518e2a5d502d0e3732c4ea6d1370dae29f6ef50f113c5e6d219e89e1ec0a98ae7d36c7298
7
+ data.tar.gz: 054fb151c27204133b1b1e5f8cded39c1879fc1e4a237f4f83e591543b1dc310d9986279aa8b810786b27bec28e501b7aa1acc34362ea0fd701585670596c971
@@ -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.4'
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"]
@@ -38,9 +38,11 @@ module Cie
38
38
  if settings.issuer != nil
39
39
  root.attributes["entityID"] = settings.issuer
40
40
  end
41
- uuid = "_" + UUID.new.generate
42
- self.uuid = uuid
43
- root.attributes["ID"] = uuid
41
+
42
+ #Tolgo attributo ID per avere il metadata uguale e non farlo cambiare continuamente
43
+ # uuid = "_" + UUID.new.generate
44
+ # self.uuid = uuid
45
+ # root.attributes["ID"] = uuid
44
46
 
45
47
  sp_sso = root.add_element "md:SPSSODescriptor", {
46
48
  "protocolSupportEnumeration" => "urn:oasis:names:tc:SAML:2.0:protocol",
@@ -19,7 +19,7 @@ module Cie
19
19
  end
20
20
 
21
21
  # Set some sane default values on a few options
22
- self.assertion_consumer_service_binding = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-Redirect"
22
+ self.assertion_consumer_service_binding = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
23
23
  self.single_logout_service_binding = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
24
24
  # Default cache TTL for metadata is 1 day
25
25
  self.idp_metadata_ttl = 86400
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
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-06-11 00:00:00.000000000 Z
11
+ date: 2020-06-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: canonix
@@ -112,7 +112,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
112
112
  - !ruby/object:Gem::Version
113
113
  version: '0'
114
114
  requirements: []
115
- rubygems_version: 3.0.1
115
+ rubygems_version: 3.0.6
116
116
  signing_key:
117
117
  specification_version: 4
118
118
  summary: SAML Ruby Toolkit Cie