ciam-es 0.0.9 → 0.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/ciam-es.gemspec +1 -1
- data/lib/ciam/ruby-saml/authrequest.rb +0 -1
- 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: 0c80df6472d22b7b301cc4cb8947380d8f8bd8d281baeb1277f646393e86595a
|
4
|
+
data.tar.gz: 990ce44721bc98af1881030a10272a486680054e801e87bca74e0d6eddf0454b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3ed091145eb483be7d4c5ece184b3e2ff674bb1778b756bd7b96a4a3e30087e7cf18df02811a72d6f138edd9fa89f653e06a33c5d8f6d6563742797f8d7d554e
|
7
|
+
data.tar.gz: 074e0d01c85fa224e1c4bd74c41ae3cfb9421ceff6d8fb025e9b2bc46f6464847c453e00ee3a074504a16f60804b1c840feaf94586c935d03fdd27ecebc3b0dd
|
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.1.0'
|
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"]
|
@@ -37,7 +37,6 @@ module Ciam::Saml
|
|
37
37
|
root.attributes['Version'] = "2.0"
|
38
38
|
#root.attributes['ProtocolBinding'] = "urn:oasis:names:tc:SAML:2.0:bindings:HTTP-POST"
|
39
39
|
root.attributes['AttributeConsumingServiceIndex'] = @settings.assertion_consumer_service_index
|
40
|
-
root.attributes['ForceAuthn'] = "true"
|
41
40
|
#root.attributes['IsPassive'] = "false"
|
42
41
|
#usato AssertionConsumerServiceURL e ProtocolBinding in alternativa, pag 8 regole tecniche
|
43
42
|
root.attributes['AssertionConsumerServiceIndex'] = @settings.attribute_consuming_service_index
|
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.1.0
|
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-09-
|
11
|
+
date: 2020-09-30 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: canonix
|