Skip to content

Commit 575198d

Browse files
committed
feat(saml-response): whitelist more response options
1 parent 2d50dba commit 575198d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/omniauth/strategies/saml.rb

+4-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ def self.inherited(subclass)
1010
OmniAuth::Strategy.included(subclass)
1111
end
1212

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
1417

1518
option :name_identifier_format, nil
1619
option :idp_sso_target_url_runtime_params, {}

0 commit comments

Comments
 (0)