Skip to content

Commit

Permalink
Merge pull request #159 from mberlanda/extend-response-support
Browse files Browse the repository at this point in the history
Whitelist more OneLogin::RubySaml::Response options
  • Loading branch information
md5 committed Mar 26, 2018
2 parents 9c3ddc1 + 575198d commit d530da4
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 d530da4

Please sign in to comment.