omniauth-keycloak 1.4.0 → 1.4.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: 42a3358ad3f8f4524e7d212d716e99eda02fa1b5030dcdeedf1d4b77551be450
4
- data.tar.gz: 6d3b47d546bbec7de0a9d4c5cba6f1b88568f234180ed195ce84d0f37d9b35d4
3
+ metadata.gz: a2e287221e83ebd9675dce6a96add0c979a5e953880fbacfa10357a6b7de2f1a
4
+ data.tar.gz: 301ae570d0e3e72366913a472940d809db176338027069fec50138d1cebd8fbc
5
5
  SHA512:
6
- metadata.gz: f27d6b806f0297f6ffc72c722185a8bc5fa76cb32441dc1936ae8d88109bb2b294c05bcde3f4411254adee5f2af5ae5035e63e151762f030ac9c3bbbfdc000fb
7
- data.tar.gz: eaac842f3e02d03f5c9cbb677e8c60da6f5159582b742ae94b839210861c8e7133ea23f2e462cf180d217cb4ef6702ab8a7ba8ff09719716ab96a538cbf733b6
6
+ metadata.gz: 13bb46c55f76bd31550870fea1a78cea8fd50ae2fb6c9d3764002cc95c3edddb4a6748ee97d52b18d9add2c85a23a31f85c45eb5352c86482fbc3c2263542505
7
+ data.tar.gz: f215a482d4c8f8760f8d86495bb6c5ea6cda2afb2fd15c8f9ff52aabfaea9d4c40fb81606edb4306f24d1dd0312f280dc8a728a7fad63901b94540566e99e0f6
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-keycloak (1.3.0)
4
+ omniauth-keycloak (1.4.1)
5
5
  json-jwt (~> 1.13.0)
6
6
  omniauth (~> 2.0.4)
7
7
  omniauth-oauth2 (~> 1.7.1)
@@ -9,45 +9,38 @@ PATH
9
9
  GEM
10
10
  remote: https://rubygems.org/
11
11
  specs:
12
- activesupport (6.1.3.2)
12
+ activesupport (7.0.3)
13
13
  concurrent-ruby (~> 1.0, >= 1.0.2)
14
14
  i18n (>= 1.6, < 2)
15
15
  minitest (>= 5.1)
16
16
  tzinfo (~> 2.0)
17
- zeitwerk (~> 2.3)
18
17
  addressable (2.8.0)
19
18
  public_suffix (>= 2.0.2, < 5.0)
20
19
  aes_key_wrap (1.1.0)
21
- bindata (2.4.9)
22
- concurrent-ruby (1.1.8)
20
+ bindata (2.4.10)
21
+ concurrent-ruby (1.1.10)
23
22
  crack (0.4.5)
24
23
  rexml
25
24
  diff-lcs (1.4.4)
26
25
  docile (1.4.0)
27
- faraday (1.4.1)
28
- faraday-excon (~> 1.1)
29
- faraday-net_http (~> 1.0)
30
- faraday-net_http_persistent (~> 1.1)
31
- multipart-post (>= 1.2, < 3)
26
+ faraday (2.3.0)
27
+ faraday-net_http (~> 2.0)
32
28
  ruby2_keywords (>= 0.0.4)
33
- faraday-excon (1.1.0)
34
- faraday-net_http (1.0.1)
35
- faraday-net_http_persistent (1.1.0)
29
+ faraday-net_http (2.0.3)
36
30
  hashdiff (1.0.1)
37
- hashie (4.1.0)
38
- i18n (1.8.10)
31
+ hashie (5.0.0)
32
+ i18n (1.10.0)
39
33
  concurrent-ruby (~> 1.0)
40
34
  json-jwt (1.13.0)
41
35
  activesupport (>= 4.2)
42
36
  aes_key_wrap
43
37
  bindata
44
- jwt (2.2.3)
45
- minitest (5.14.4)
38
+ jwt (2.3.0)
39
+ minitest (5.15.0)
46
40
  multi_json (1.15.0)
47
41
  multi_xml (0.6.0)
48
- multipart-post (2.1.1)
49
- oauth2 (1.4.7)
50
- faraday (>= 0.8, < 2.0)
42
+ oauth2 (1.4.9)
43
+ faraday (>= 0.17.3, < 3.0)
51
44
  jwt (>= 1.0, < 3.0)
52
45
  multi_json (~> 1.3)
53
46
  multi_xml (~> 0.5)
@@ -56,12 +49,12 @@ GEM
56
49
  hashie (>= 3.4.6)
57
50
  rack (>= 1.6.2, < 3)
58
51
  rack-protection
59
- omniauth-oauth2 (1.7.1)
52
+ omniauth-oauth2 (1.7.2)
60
53
  oauth2 (~> 1.4)
61
54
  omniauth (>= 1.9, < 3)
62
55
  public_suffix (4.0.6)
63
56
  rack (2.2.3)
64
- rack-protection (2.1.0)
57
+ rack-protection (2.2.0)
65
58
  rack
66
59
  rake (13.0.1)
67
60
  rexml (3.2.5)
@@ -78,7 +71,7 @@ GEM
78
71
  diff-lcs (>= 1.2.0, < 2.0)
79
72
  rspec-support (~> 3.10.0)
80
73
  rspec-support (3.10.3)
81
- ruby2_keywords (0.0.4)
74
+ ruby2_keywords (0.0.5)
82
75
  simplecov (0.21.2)
83
76
  docile (~> 1.1)
84
77
  simplecov-html (~> 0.11)
@@ -91,7 +84,6 @@ GEM
91
84
  addressable (>= 2.8.0)
92
85
  crack (>= 0.3.2)
93
86
  hashdiff (>= 0.4.0, < 2.0.0)
94
- zeitwerk (2.4.2)
95
87
 
96
88
  PLATFORMS
97
89
  ruby
@@ -1,5 +1,5 @@
1
1
  module Omniauth
2
2
  module Keycloak
3
- VERSION = "1.4.0"
3
+ VERSION = "1.4.1"
4
4
  end
5
5
  end
@@ -110,7 +110,8 @@ module OmniAuth
110
110
 
111
111
  extra do
112
112
  {
113
- 'raw_info' => raw_info
113
+ 'raw_info' => raw_info,
114
+ 'id_token' => access_token['id_token']
114
115
  }
115
116
  end
116
117
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-keycloak
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.4.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Cameron Crockett
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2021-12-18 00:00:00.000000000 Z
11
+ date: 2022-05-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth
@@ -167,7 +167,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
167
167
  - !ruby/object:Gem::Version
168
168
  version: 3.1.2
169
169
  requirements: []
170
- rubygems_version: 3.1.2
170
+ rubygems_version: 3.1.6
171
171
  signing_key:
172
172
  specification_version: 4
173
173
  summary: Omniauth strategy for Keycloak