_SamlAuth does not do any error checking on SAML messages
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
keystoneauth |
Triaged
|
Medium
|
Unassigned |
Bug Description
_SamlAuth in keystoneauth/
"<html>
Which just happens to be valid XML, so _response_xml() happily parses it but then later it throws an exception
/S:Envelope/
IndexError: /S:Envelope/
which is nonsense because it's not even looking at a SOAP message wrapping an ecp:Response. This error is a red-herring, it has nothing to do with ecp data and as such misdirects subsequent investigation into the problem.
Changed in keystoneauth: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Changed in keystoneauth: | |
assignee: | nobody → John Dennis (jdennis-a) |
Automatically unassigning due to inactivity.