We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b0b79f1 + 25b12bc commit d6f64fdCopy full SHA for d6f64fd
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