omniauth-microvellum 0.1.1 → 0.1.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 +4 -4
- data/.gitignore +2 -1
- data/lib/omniauth/strategies/microvellum.rb +3 -3
- data/omniauth-microvellum.gemspec +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 55d8b6d4f0ab9472d7f9d7786eb4e1c4aaf01047
|
|
4
|
+
data.tar.gz: fa14ed5a8fb42495406e6eb1aa414073e55c9391
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 106b4fc8c76359e2de99e4a75e456c0c9648544a6c5bfd9298a22c9faa09d34826ea65c05a7291ddbed49c05ee26ec92d6b44b11c248d5cf038bd3d3fd932e9f
|
|
7
|
+
data.tar.gz: db20bab80ad364e15bd31fe933978b64392169b0d275b8017f3c7a7102361f9b87da634656d41cc28a8682ddf84f48ead69319b631f7feb9c3765e2f28b9f89c
|
data/.gitignore
CHANGED
|
@@ -7,9 +7,9 @@ module OmniAuth
|
|
|
7
7
|
#Option Storage / Request Phase
|
|
8
8
|
option :name, 'microvellum'
|
|
9
9
|
option :client_options, {
|
|
10
|
-
:site => '
|
|
11
|
-
:authorize_url => '
|
|
12
|
-
:token_url => '
|
|
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
|
|
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.
|
|
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-
|
|
11
|
+
date: 2015-07-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: omniauth
|