omniauth-proconnect 0.6 → 0.6.1

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: c1f87d13a2e678546ccc37eea832e4650649788420b7acad1e4e4725b35f3e86
4
- data.tar.gz: aa2fc28689dd2cea28f28f0cda36cd96f2dab9e9ff941dee2fd9aff2e5c1b4dd
3
+ metadata.gz: ec5478cc51d8fcac038c46756a170d2f49020f10a8000b6f1ddf3f23cdf4458a
4
+ data.tar.gz: 3e0c6eabb7385fb14d7d176dc7ba43b2d21f1bb92e619573b94db0ab9f1cc92a
5
5
  SHA512:
6
- metadata.gz: 439befd183ae09dc7a71ca8e39744cf920ff64558e06ececdbff7ffcc8186a2f23fe70632e27f6a5f633de9fb3e0d798c307324318b8a474240961298e53cf6e
7
- data.tar.gz: fc1be33d0cbdc41081cd9306df2989a0c6886a6fe5c8661347b2bc8be872bd44c1eacd24609890bc4c57889e0eef14bbf6ad711f8bbe0fdb25517ed7641b54f0
6
+ metadata.gz: d95689bea3b0e7608fa8c2870104abdd8ac1e087b890d99be5021811e2e950bf4b3b7d1a7729e66644dcddbb139e3edc51b499d3b0033437cca42a4e6d92a6af
7
+ data.tar.gz: cf7a2d18b45d2924f2bb47f2470775f5aad3d8671bac91b306584bfed9d3bb2465f577f7b69563a9b069af469350e51c9b6b36048f966c5ba5dd6409629c863b
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  class Proconnect
5
- VERSION = "0.6"
5
+ VERSION = "0.6.1"
6
6
  end
7
7
  end
@@ -101,7 +101,8 @@ module OmniAuth
101
101
  endpoint.query = URI.encode_www_form(
102
102
  id_token_hint: session["omniauth.pc.id_token"],
103
103
  state: current_state,
104
- post_logout_redirect_uri: options[:post_logout_redirect_uri]
104
+ post_logout_redirect_uri: options[:post_logout_redirect_uri],
105
+ client_id: options[:client_id]
105
106
  )
106
107
  end
107
108
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-proconnect
3
3
  version: !ruby/object:Gem::Version
4
- version: '0.6'
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Stéphane Maniaci
@@ -90,7 +90,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
90
  - !ruby/object:Gem::Version
91
91
  version: '0'
92
92
  requirements: []
93
- rubygems_version: 4.0.6
93
+ rubygems_version: 4.0.10
94
94
  specification_version: 4
95
95
  summary: An OmniAuth strategy for ProConnect
96
96
  test_files: []