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 +4 -4
- data/cie-es.gemspec +1 -1
- data/lib/cie/ruby-saml/metadata.rb +5 -3
- data/lib/cie/ruby-saml/settings.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4e1a539a41c551cb441f4c633e566c50c712b9b72e85396a2ec15325878459d9
|
|
4
|
+
data.tar.gz: cbfca2d0330dc7ce789cdc3c0daec419f260b53704f7d80bc20940ffaf5c2c32
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 66fd1c22cfea8bb12d5d9aad5744740cf7adf9855663af8128ad744518e2a5d502d0e3732c4ea6d1370dae29f6ef50f113c5e6d219e89e1ec0a98ae7d36c7298
|
|
7
|
+
data.tar.gz: 054fb151c27204133b1b1e5f8cded39c1879fc1e4a237f4f83e591543b1dc310d9986279aa8b810786b27bec28e501b7aa1acc34362ea0fd701585670596c971
|
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.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
|
-
|
|
42
|
-
|
|
43
|
-
|
|
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-
|
|
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
|
+
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
|
+
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.
|
|
115
|
+
rubygems_version: 3.0.6
|
|
116
116
|
signing_key:
|
|
117
117
|
specification_version: 4
|
|
118
118
|
summary: SAML Ruby Toolkit Cie
|