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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6bf6bca05fbb7097d01d4f3abe1ff2b033932051
4
- data.tar.gz: 5cde5570d1457ba576f7d7d05850bcca7b4384c5
3
+ metadata.gz: 30a7d0164cb53eb3a98f07e68538b12824f5709c
4
+ data.tar.gz: e8634f18166ad7fa85b6ab705cfe4e8c3ad6f86c
5
5
  SHA512:
6
- metadata.gz: d3413b70bad6963317a2fa55389a370fea07cb3a2015b600d10461d36245feb1e3efa02ec2fc25529d391f7f8929f9918859ab51055fc6bba979b7f3b920e2ca
7
- data.tar.gz: 4623b91adf535ff1e018d15007fab6a050410f806884d6cc842eec80f60a46a2838f13f35786cb7ee1e725ee70043b8c669bad62dfde10c761df97c22c72d7ff
6
+ metadata.gz: 6dfd31913125515e6b7a922dbd54c74041178581600c05db3022045959da6c2fbb3ebc4adb6271873d3036c5ad7aa941b9022f68d1cfce42f40dca3909cc5e8e
7
+ data.tar.gz: 75825d09d1cb2a20a20db3a0bf2dc1ac752847430050d6d4e6539b76c22c67ff9db180baa29ed333e69ec0b1e9b9f38e1d61b7ccb20a0e0bc93bc91347da3759
@@ -1,3 +1,13 @@
1
+ <a name="v1.10.1"></a>
2
+ ### v1.10.1 (2018-06-07)
3
+
4
+
5
+ #### Features
6
+
7
+ * **saml-response**
8
+ * whitelist more response options ([575198d](/../../commit/575198d))
9
+
10
+
1
11
  <a name="v1.10.0"></a>
2
12
  ### v1.10.0 (2018-02-19)
3
13
 
@@ -1,5 +1,5 @@
1
1
  module OmniAuth
2
2
  module SAML
3
- VERSION = '1.10.0'
3
+ VERSION = '1.10.1'
4
4
  end
5
5
  end
@@ -10,7 +10,10 @@ module OmniAuth
10
10
  OmniAuth::Strategy.included(subclass)
11
11
  end
12
12
 
13
- OTHER_REQUEST_OPTIONS = [:skip_conditions, :allowed_clock_drift, :matches_request_id, :skip_subject_confirmation].freeze
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.0
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-03-01 00:00:00.000000000 Z
17
+ date: 2018-06-07 00:00:00.000000000 Z
18
18
  dependencies:
19
19
  - !ruby/object:Gem::Dependency
20
20
  name: omniauth