omniauth-service-now 2.0.1 → 2.0.2

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: 123d35fff02c6cfa91bb2577746635e75f05afc19eb7bba9168088db26cbb152
4
- data.tar.gz: 13f295ffb0824ad2b62fd35138834ed8e7e6f577b9a922c2c946b3307ac74ab6
3
+ metadata.gz: e423817abcc97b3651bffe2d4c858e0b01a761c595142dc09b220d8e6f70a5c4
4
+ data.tar.gz: f0c9f842977d178ad8288280ef94fac001a7b84d21527a5e736eae8232b4c2f3
5
5
  SHA512:
6
- metadata.gz: 066fea62d3cabf9ab728e6895d93d52b531154a9f1c09406358a6332db84d92041f437cdfa19171d95b93b2a2339be95b8cbe4051f73d32d6b7c5035678b4fb0
7
- data.tar.gz: f2c3478a252b569060eb1dcbb16c909efe065373591670bce990559675ec1db13fbb99f509aa5f18bf717437e82d8ac908ea423d788f60fa4bcd5299fdfc4657
6
+ metadata.gz: 38deba19c0f35a0614d9221d7ced712f6b390fd5106a55f72c867c67b52dedaf1827971ff6df190624ffa3729db2bf4d9bc12d89537f37437d580e0a86fa901c
7
+ data.tar.gz: 1e917bcfd193c57d51361cd459941bac3de4e0366415f19dea3242b2154808c4f11439aa39c30fb84ddf48be90c4b55000c25bf5838ebadea30b3205664cf1ba
@@ -43,7 +43,8 @@ module OmniAuth
43
43
  env['omniauth.params']['client_secret'],
44
44
  site: env['omniauth.params']['site'],
45
45
  authorize_url: options.client_options.authorize_url,
46
- token_url: options.client_options.token_url
46
+ token_url: options.client_options.token_url,
47
+ connection_opts: { proxy: env['omniauth.strategy'].options.client_options.proxy },
47
48
  )
48
49
  client.auth_code.get_token(verifier, {:redirect_uri => callback_url}.merge(token_params.to_hash(:symbolize_keys => true)), deep_symbolize(options.auth_token_params))
49
50
  else
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module ServiceNow
3
- VERSION = "2.0.1"
3
+ VERSION = "2.0.2"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-service-now
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.0.1
4
+ version: 2.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Quentin Rousseau
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-03-29 00:00:00.000000000 Z
11
+ date: 2025-01-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth