omniauth-proconnect 0.5 → 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 +4 -4
- data/lib/omniauth/proconnect/version.rb +1 -1
- data/lib/omniauth/proconnect.rb +2 -5
- 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: ec5478cc51d8fcac038c46756a170d2f49020f10a8000b6f1ddf3f23cdf4458a
|
|
4
|
+
data.tar.gz: 3e0c6eabb7385fb14d7d176dc7ba43b2d21f1bb92e619573b94db0ab9f1cc92a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d95689bea3b0e7608fa8c2870104abdd8ac1e087b890d99be5021811e2e950bf4b3b7d1a7729e66644dcddbb139e3edc51b499d3b0033437cca42a4e6d92a6af
|
|
7
|
+
data.tar.gz: cf7a2d18b45d2924f2bb47f2470775f5aad3d8671bac91b306584bfed9d3bb2465f577f7b69563a9b069af469350e51c9b6b36048f966c5ba5dd6409629c863b
|
data/lib/omniauth/proconnect.rb
CHANGED
|
@@ -21,10 +21,6 @@ module OmniAuth
|
|
|
21
21
|
option :post_logout_redirect_uri
|
|
22
22
|
option :scope, "openid email given_name usual_name"
|
|
23
23
|
|
|
24
|
-
def setup_phase
|
|
25
|
-
discover_endpoint!
|
|
26
|
-
end
|
|
27
|
-
|
|
28
24
|
def request_phase
|
|
29
25
|
redirect(authorization_uri)
|
|
30
26
|
end
|
|
@@ -105,7 +101,8 @@ module OmniAuth
|
|
|
105
101
|
endpoint.query = URI.encode_www_form(
|
|
106
102
|
id_token_hint: session["omniauth.pc.id_token"],
|
|
107
103
|
state: current_state,
|
|
108
|
-
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]
|
|
109
106
|
)
|
|
110
107
|
end
|
|
111
108
|
end
|
metadata
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: omniauth-proconnect
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 0.6.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stéphane Maniaci
|
|
8
8
|
bindir: exe
|
|
9
9
|
cert_chain: []
|
|
10
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
11
11
|
dependencies:
|
|
12
12
|
- !ruby/object:Gem::Dependency
|
|
13
13
|
name: faraday
|
|
@@ -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:
|
|
93
|
+
rubygems_version: 4.0.10
|
|
94
94
|
specification_version: 4
|
|
95
95
|
summary: An OmniAuth strategy for ProConnect
|
|
96
96
|
test_files: []
|