We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0b79f1 commit 25b12bcCopy full SHA for 25b12bc
1 file changed
lib/omniauth/strategies/saml.rb
@@ -35,7 +35,7 @@ def callback_phase
35
def other_phase
36
if on_path?("#{request_path}/metadata")
37
response = OmniAuth::Strategies::SAML::MetadataResponse.new
38
- Rack::Response.new(response.create(options), 200, { "Content-Type" => "application/xml" })
+ Rack::Response.new(response.create(options), 200, { "Content-Type" => "application/xml" }).finish
39
else
40
call_app!
41
end
0 commit comments