Comment 1 for bug 1428251

Revision history for this message
Steve Martinelli (stevemar) wrote :

upon inspecting the function, the actual SAML response is fine at the controller level: https://github.com/openstack/keystone/blob/master/keystone/contrib/federation/controllers.py#L338-L339

seems to be a bug in wsgi.py, probably around here:
https://github.com/openstack/keystone/blob/master/keystone/common/wsgi.py#L738-L782