Skip to content

Commit

Permalink
feat(saml-response): whitelist more response options
Browse files Browse the repository at this point in the history
  • Loading branch information
mberlanda committed Mar 1, 2018
1 parent 2d50dba commit 575198d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/omniauth/strategies/saml.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ def self.inherited(subclass)
OmniAuth::Strategy.included(subclass)
end

OTHER_REQUEST_OPTIONS = [:skip_conditions, :allowed_clock_drift, :matches_request_id, :skip_subject_confirmation].freeze
OTHER_REQUEST_OPTIONS = [
:skip_conditions, :allowed_clock_drift, :matches_request_id,
:skip_subject_confirmation, :skip_destination, :skip_recipient_check
].freeze

option :name_identifier_format, nil
option :idp_sso_target_url_runtime_params, {}
Expand Down

0 comments on commit 575198d

Please sign in to comment.