omniauth-infinum_azure 0.1.2 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6d6ee3f05a2f24c7982c175e10ecb0349e5998de64c54a4e7bb7c6c34ba796a4
4
- data.tar.gz: 4ce9430c51a49146624abb713c1ca7f80acab29a4ab0edd0929ecaad4ff8bd07
3
+ metadata.gz: 8c0cfbd150059fb6878bc374878fc0b70586769f8d774e437164fa019b64827c
4
+ data.tar.gz: 9ee1bf51c4d0e2778129da93dbfbdfb828cf67ebc559ac66f6c4594145af1891
5
5
  SHA512:
6
- metadata.gz: 92d285a92924b6e80568ed17f97ddc262444e07cae1c3d0f465acca6f0bf42e41f0bbcac03b677ae5ac611441158474c24fdcfe080bb04a6351736ffe4f9338d
7
- data.tar.gz: f545b18b77a23973729e1c54c7bc2936f016c7ffcca0b292de79ef2a9e1e6db5f120645c179d8d0a8b343c68d2ef7907f50bb6c15d0f46233eb23ff31feff361
6
+ metadata.gz: 91cc81adea8aa691c1da4f68d2479eb23525bf7b51ba86b83fed10d228f9eba5772de39b0f3446970c869fb04e9c2c06c7da5115bc0083f8c88eb2725536b168
7
+ data.tar.gz: 687428f5c95a1e8743770bdb84af6666fbb81beb3538b5de04b0edeff39c6898b99295aa2dc528612c0f00c04a9f36d34626109151c5a8751c3557cdfdef9a03
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  ## [Unreleased]
2
2
 
3
+ ## [0.1.4] - 2023-03-14
4
+
5
+ - Moving options to client options
6
+
7
+ ## [0.1.3] - 2023-03-14
8
+
9
+ - Finishing setup
10
+
3
11
  ## [0.1.2] - 2023-03-08
4
12
 
5
13
  - Bugfixing #2 - unsafe to use gem
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- omniauth-infinum_azure (0.1.2)
4
+ omniauth-infinum_azure (0.1.4)
5
5
  omniauth-oauth2
6
6
 
7
7
  GEM
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Omniauth
4
4
  module InfinumAzure
5
- VERSION = '0.1.2'
5
+ VERSION = '0.1.4'
6
6
  end
7
7
  end
@@ -3,9 +3,11 @@
3
3
  module OmniAuth
4
4
  module Strategies
5
5
  class InfinumAzure < OmniAuth::Strategies::OAuth2
6
- option :name, 'azure'
7
- option :policy, 'B2C_1_sign_in'
8
- option :scope, 'openid'
6
+ option :name, 'infinum_azure'
7
+
8
+ option :client_options, tenant: 'infinumtest'
9
+ option :client_options, policy: 'B2C_1_sign_in'
10
+ option :client_options, scope: 'openid'
9
11
 
10
12
  def base_azure_url
11
13
  "https://#{options.tenant}.b2clogin.com/#{options.tenant}.onmicrosoft.com/#{options.policy}/oauth2/v2.0"
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-infinum_azure
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marko Ćilimković
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-03-08 00:00:00.000000000 Z
11
+ date: 2023-03-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler