auth_passport_checkpoint 0.0.11 → 0.0.12
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,15 +1,15 @@
|
|
1
1
|
---
|
2
2
|
!binary "U0hBMQ==":
|
3
3
|
metadata.gz: !binary |-
|
4
|
-
|
4
|
+
YzU5YjE5OTNlNDhiMjAyMTJiMWI2N2YzNTA4MjI5YmI4ZGVjMmIyMg==
|
5
5
|
data.tar.gz: !binary |-
|
6
|
-
|
6
|
+
ZjYzNGNlMmNkM2FhNDgyNzM3ZDJjMjBmNTE0NDhkMzAxOWJjZTJkMw==
|
7
7
|
!binary "U0hBNTEy":
|
8
8
|
metadata.gz: !binary |-
|
9
|
-
|
10
|
-
|
11
|
-
|
9
|
+
YmI3OTdiYzU1MDVmOGFjMDAzODI1OTc1NDU3NTQyYmE0NzRlZDFmM2UxYzA4
|
10
|
+
OGE4NDc1MGUyNjcyMDU5MTNlZjJiN2E2ZGE2MDk5NDc5ZmEwYzkwOGE1MWY4
|
11
|
+
ZTZhMGRlYWNmMDEzYmQ3MmRmZDlhZDMzNDExMjEwMzE2NjljZjk=
|
12
12
|
data.tar.gz: !binary |-
|
13
|
-
|
14
|
-
|
15
|
-
|
13
|
+
MmM5ZDRkYmQxOTg2ZjNjZjVlODRmNzllNmFlYjc4YmNhMWNiMmFkYzc1YjBj
|
14
|
+
ZDhhN2UzOWViY2QyNDUyMDc3OGJlYWFkZTgxNDYzODhiNDM4ZDU5MmRmNzQw
|
15
|
+
Y2IxYzIzMWI5MmEwNjhhZmI4YWQwYWRlOWI2N2E5MGExNDUzOGM=
|
@@ -18,8 +18,9 @@ module AuthPassportCheckpoint
|
|
18
18
|
::AuthOriginControl.setup do |config|
|
19
19
|
config.local_or_remote_authority = "remote"
|
20
20
|
end
|
21
|
+
app.config.sso_clyent.setup_omniauth = false
|
21
22
|
else
|
22
|
-
::Object.send(:require,'sso_clyent')
|
23
|
+
::Object.send(:require,'sso_clyent')
|
23
24
|
end
|
24
25
|
end
|
25
26
|
end
|