omniauth-saml 1.10.0 → 1.10.1
Sign up to get free protection for your applications and to get access to all the features.
Potentially problematic release.
This version of omniauth-saml might be problematic. Click here for more details.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/lib/omniauth-saml/version.rb +1 -1
- data/lib/omniauth/strategies/saml.rb +4 -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: 30a7d0164cb53eb3a98f07e68538b12824f5709c
|
4
|
+
data.tar.gz: e8634f18166ad7fa85b6ab705cfe4e8c3ad6f86c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6dfd31913125515e6b7a922dbd54c74041178581600c05db3022045959da6c2fbb3ebc4adb6271873d3036c5ad7aa941b9022f68d1cfce42f40dca3909cc5e8e
|
7
|
+
data.tar.gz: 75825d09d1cb2a20a20db3a0bf2dc1ac752847430050d6d4e6539b76c22c67ff9db180baa29ed333e69ec0b1e9b9f38e1d61b7ccb20a0e0bc93bc91347da3759
|
data/CHANGELOG.md
CHANGED
@@ -10,7 +10,10 @@ module OmniAuth
|
|
10
10
|
OmniAuth::Strategy.included(subclass)
|
11
11
|
end
|
12
12
|
|
13
|
-
OTHER_REQUEST_OPTIONS = [
|
13
|
+
OTHER_REQUEST_OPTIONS = [
|
14
|
+
:skip_conditions, :allowed_clock_drift, :matches_request_id,
|
15
|
+
:skip_subject_confirmation, :skip_destination, :skip_recipient_check
|
16
|
+
].freeze
|
14
17
|
|
15
18
|
option :name_identifier_format, nil
|
16
19
|
option :idp_sso_target_url_runtime_params, {}
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: omniauth-saml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.10.
|
4
|
+
version: 1.10.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Raecoo Cao
|
@@ -14,7 +14,7 @@ authors:
|
|
14
14
|
autorequire:
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
|
-
date: 2018-
|
17
|
+
date: 2018-06-07 00:00:00.000000000 Z
|
18
18
|
dependencies:
|
19
19
|
- !ruby/object:Gem::Dependency
|
20
20
|
name: omniauth
|