spid-es 0.0.35 → 0.0.36
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/spid/ruby-saml/authrequest.rb +8 -8
- data/spid-es.gemspec +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fc35f70eafa1275d69403829c39f7d6ace54a22e774c32bff48d3c0184f329b6
|
4
|
+
data.tar.gz: 096eb602ed50f1dd766ca82c3c937a62fc07f37afe358a9f5d668abdf0c67557
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ea7feab8387cc5a089af4ea50fee7674ff0c01c6069e300f1c7b443b510fdc2e07d40f5842f980671b4b0009379dbef6415ac9a8497231f2ff0169d03ed2b06
|
7
|
+
data.tar.gz: 4a48fe9e74c6e39359fc9159f3d5ffec662b066daaacf1118cad50ead9c9ca51dcf72a33fd7b240c5195e36fff34c1edaf305d9d6bba37444afb0b90c989196c
|
@@ -59,14 +59,14 @@ module Spid::Saml
|
|
59
59
|
issuer.text = @settings.issuer #questo valore deve essere uguale al #entityID dei metadata che usa @settings.issuer
|
60
60
|
end
|
61
61
|
|
62
|
-
#opzionale
|
63
|
-
unless @settings.sp_name_qualifier.blank?
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
end
|
62
|
+
# #opzionale
|
63
|
+
# unless @settings.sp_name_qualifier.blank?
|
64
|
+
# subject = root.add_element "saml:Subject"
|
65
|
+
# name_id = subject.add_element "saml:NameID"
|
66
|
+
# name_id.attributes['Format'] = "urn:oasis:names:tc:SAML:1.1:nameid-format:unspecified"
|
67
|
+
# name_id.attributes['NameQualifier'] = @settings.sp_name_qualifier
|
68
|
+
# name_id.text = @settings.sp_name_identifier
|
69
|
+
# end
|
70
70
|
|
71
71
|
|
72
72
|
|
data/spid-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 = 'spid-es'
|
5
|
-
s.version = '0.0.
|
5
|
+
s.version = '0.0.36'
|
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"]
|