omniauth-microvellum 0.1.2 → 0.1.3

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
  SHA1:
3
- metadata.gz: 55d8b6d4f0ab9472d7f9d7786eb4e1c4aaf01047
4
- data.tar.gz: fa14ed5a8fb42495406e6eb1aa414073e55c9391
3
+ metadata.gz: 20dd0eda2efe4c34139bd258a015f781ce9aa68e
4
+ data.tar.gz: 28469af1d47d2ff27eb07b05815126a69b4ec3a6
5
5
  SHA512:
6
- metadata.gz: 106b4fc8c76359e2de99e4a75e456c0c9648544a6c5bfd9298a22c9faa09d34826ea65c05a7291ddbed49c05ee26ec92d6b44b11c248d5cf038bd3d3fd932e9f
7
- data.tar.gz: db20bab80ad364e15bd31fe933978b64392169b0d275b8017f3c7a7102361f9b87da634656d41cc28a8682ddf84f48ead69319b631f7feb9c3765e2f28b9f89c
6
+ metadata.gz: 4a9baee6d6e4b9de7648d14645126180c9c17bc70da59077725139683f1965f52445051eb738828242dd093b834692232c9819ce056dbc7d3a22ba0e14c1dcd1
7
+ data.tar.gz: 21addd09198e82b68320a11f62a21315aa983f557fd1b2dd1c8acfc547b881457991c7c0d3cb8a90f0e5e692fedd89ce8a715f9d48808ca79df6e4894e9a88c0
@@ -7,9 +7,9 @@ module OmniAuth
7
7
  #Option Storage / Request Phase
8
8
  option :name, 'microvellum'
9
9
  option :client_options, {
10
- :site => 'https://auth.microvellum.com/core',
11
- :authorize_url => '/connect/authorize',
12
- :token_url => '/connect/authorize?grant_type=token&response_type=id_token token&scope=MicrovellumAPI openid&client_id=CommunityPortal&redirect_uri=https://10.2.2.130:9600/authcallback&nonce=abc'
10
+ :site => 'https://auth.microvellum.com',
11
+ :authorize_url => '/core/connect/authorize',
12
+ :token_url => '/core/connect/authorize?grant_type=token&response_type=id_token token&scope=MicrovellumAPI openid&client_id=CommunityPortal&redirect_uri=https://10.2.2.130:9600/authcallback&nonce=abc'
13
13
  }
14
14
  option :authorize_options, [:scope, :display]
15
15
 
@@ -14,5 +14,5 @@ Gem::Specification.new do |gem|
14
14
  gem.test_files = `git ls-files -- {test,spec,features}/*`.split("\n")
15
15
  gem.name = "omniauth-microvellum"
16
16
  gem.require_paths = ["lib"]
17
- gem.version = "0.1.2"
17
+ gem.version = "0.1.3"
18
18
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-microvellum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marvin Hinkley
@@ -82,7 +82,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
82
82
  version: '0'
83
83
  requirements: []
84
84
  rubyforge_project:
85
- rubygems_version: 2.2.2
85
+ rubygems_version: 2.2.3
86
86
  signing_key:
87
87
  specification_version: 4
88
88
  summary: Unofficial Microvellum strategy for OmniAuth 1.0