omniauth-microvellum 0.1.4.1 → 0.1.4.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -10,11 +10,11 @@ module OmniAuth
10
10
  option :client_options, {
11
11
  :site => 'https://auth.microvellum.com/core',
12
12
  :authorize_url => '/connect/authorize',
13
- :token_url => '/connect/token'
13
+ :token_url => '/connect/token',
14
+ :scope => [:openid, :MicrovellumAPI],
15
+ :response_type => 'id_token token',
16
+ :redirect_uri => 'http://community.microvellum.com'
14
17
  }
15
- option :scope, [:openid, :MicrovellumAPI]
16
- option :response_type, 'id_token token'
17
- option :redirect_uri, 'https://10.2.2.130:9600/authcallback'
18
18
 
19
19
  #'/connect/token?grant_type=token&response_type=id_token token&scope=MicrovellumAPI openid&client_id=CommunityPortal&redirect_uri=https://10.2.2.130:9600/authcallback'
20
20
 
@@ -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.4.1"
17
+ gem.version = "0.1.4.2"
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.4.1
4
+ version: 0.1.4.2
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: