lib/saml/bindings/http_artifact.rb in libsaml-2.6.4 vs lib/saml/bindings/http_artifact.rb in libsaml-2.6.6
- old
+ new
@@ -39,10 +39,10 @@
if response.code == "200"
notify('receive_response', response.body)
artifact_response = Saml::ArtifactResponse.parse(response.body, single: true)
verified_artifact_response = Saml::Util.verify_xml(artifact_response, response.body)
- verified_artifact_response.response if artifact_response.success?
+ verified_artifact_response.message if artifact_response.success?
end
end
end
end
end