ciam-es 0.0.9 → 0.1.0

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: 61fa7e58944e649c13d8c872011c0a430802cb41e2c5916ef6318d9cbcf79eee
4
- data.tar.gz: bffd2ddb51a8a3a2b4b1c1846c737ec1b6ff481ee8e526e58521a805e78b1e4f
3
+ metadata.gz: 0c80df6472d22b7b301cc4cb8947380d8f8bd8d281baeb1277f646393e86595a
4
+ data.tar.gz: 990ce44721bc98af1881030a10272a486680054e801e87bca74e0d6eddf0454b
5
5
  SHA512:
6
- metadata.gz: 49f4eee88f81279ffc7281b7d0e432111c4c828f83b3c10ca1c66e61a64c3ed9cd7fec22ae9d6d7896a6e4145c3d1b0e45f58144ba5b8ffb9ec4f4dd6d919251
7
- data.tar.gz: 5c68801db14538ba766d5d0bf437c42c6ea5385ba529524604938f51646445879beeb2e689d09af178199728df5d684f67d9be13b1ebb976aec3486bcaf94df1
6
+ metadata.gz: 3ed091145eb483be7d4c5ece184b3e2ff674bb1778b756bd7b96a4a3e30087e7cf18df02811a72d6f138edd9fa89f653e06a33c5d8f6d6563742797f8d7d554e
7
+ data.tar.gz: 074e0d01c85fa224e1c4bd74c41ae3cfb9421ceff6d8fb025e9b2bc46f6464847c453e00ee3a074504a16f60804b1c840feaf94586c935d03fdd27ecebc3b0dd
@@ -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.9'
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.9
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-22 00:00:00.000000000 Z
11
+ date: 2020-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: canonix