Saml auth plugin should redirect for 303
Bug #1501918 reported by
Jamie Lennox
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
keystoneauth |
Fix Released
|
Medium
|
Jamie Lennox | ||
python-keystoneclient |
Fix Released
|
Medium
|
Jamie Lennox |
Bug Description
The SAML plugin hooks the http redirect code as ECP doesn't correctly follow the HTTP spec in this regard. Currently the plugin specifically looks for a 302 redirection and handles it however it should also handle the 303 redirect code as this is ambiguous in the specification and what mod_auth_mellon uses.
tags: | added: liberty-backport-potential |
tags: | added: kilo-backport-potential |
Changed in keystoneauth: | |
assignee: | nobody → Jamie Lennox (jamielennox) |
Changed in python-keystoneclient: | |
importance: | Undecided → Medium |
Changed in keystoneauth: | |
importance: | Undecided → Medium |
status: | New → Triaged |
Changed in python-keystoneclient: | |
milestone: | none → 1.8.0 |
status: | Fix Committed → Fix Released |
Changed in keystoneauth: | |
milestone: | none → 2.1.0 |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Fix proposed to branch: master /review. openstack. org/230151
Review: https:/