omniauth-microvellum 0.1.1 → 0.1.2

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
  SHA1:
3
- metadata.gz: 57aa802d9495ccd57f8ac5aded46b1248c15933c
4
- data.tar.gz: 823aa57b48f52ff9e2c255a1fd8629a266f63166
3
+ metadata.gz: 55d8b6d4f0ab9472d7f9d7786eb4e1c4aaf01047
4
+ data.tar.gz: fa14ed5a8fb42495406e6eb1aa414073e55c9391
5
5
  SHA512:
6
- metadata.gz: 38290be7022cda4db683586d7036753644eb8f1937e6fdd75b2846151f00fde92a93c218b93e368cd78b206eda205e35a6a551d4eede7ee1eba6b01424484ac8
7
- data.tar.gz: 17b7268b3efb268c1bf476970d76ff4e2fa731eef2ac3b214eb0d6ae0a99f363fa1fd9d9d113c0c0b746cdc4068aa6c98c2e60674672a282871f3e70af178299
6
+ metadata.gz: 106b4fc8c76359e2de99e4a75e456c0c9648544a6c5bfd9298a22c9faa09d34826ea65c05a7291ddbed49c05ee26ec92d6b44b11c248d5cf038bd3d3fd932e9f
7
+ data.tar.gz: db20bab80ad364e15bd31fe933978b64392169b0d275b8017f3c7a7102361f9b87da634656d41cc28a8682ddf84f48ead69319b631f7feb9c3765e2f28b9f89c
data/.gitignore CHANGED
@@ -1,2 +1,3 @@
1
1
  projectFilesBackup
2
- .idea/
2
+ .idea/
3
+ *.gem
@@ -7,9 +7,9 @@ module OmniAuth
7
7
  #Option Storage / Request Phase
8
8
  option :name, 'microvellum'
9
9
  option :client_options, {
10
- :site => 'http://my.microvellum.com',
11
- :authorize_url => 'http://my.microvellum.com/authorize',
12
- :token_url => 'http://my.microvellum.com/authenticate'
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'
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.1"
17
+ gem.version = "0.1.2"
18
18
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: omniauth-microvellum
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marvin Hinkley
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-06-09 00:00:00.000000000 Z
11
+ date: 2015-07-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: omniauth