keystone/keystone/common
Brant Knudson 5489117ac2 Fix OAuth1 to not JSON-encode create access token response
The OAuth1 response was a JSON-encoded urlencoded string rather
than just a urlencoded string as expected.

This also enhances keystone.middleware.wsgi.render_response() to
support setting the Content-Type header in the response.

Closes-Bug: #1336910

Change-Id: I72dcb61cae712c3c76382d2d6067b4f5fad7729d
2014-07-02 15:24:34 -05:00
..
cache remove a few backslash line continuations 2014-05-13 09:19:21 -05:00
environment Do not log 14+ INFO lines on a broken pipe error (eventlet) 2014-06-25 20:33:46 -07:00
kvs remove unneeded definitions of Python Source Code Encoding 2014-06-08 16:44:45 +00:00
ldap Add missing docstrings and 1 unittest for LDAP utf-8 fixes 2014-06-12 08:40:43 -04:00
sql Add identity mapping capability 2014-07-02 11:29:07 +01:00
__init__.py establish basic structure 2012-01-18 20:06:27 -08:00
authorization.py Block delegation escalation of privilege 2014-06-12 11:16:53 -04:00
base64utils.py Fixed some typos throughout the codebase 2014-05-01 07:16:02 -07:00
config.py Merge "the user_tenant_membership table was replaced by "assignment"" 2014-06-24 20:26:54 +00:00
controller.py Refactor driver_hints 2014-05-28 09:17:10 +03:00
dependency.py Remove noqa form import _s 2014-03-27 14:43:00 -05:00
driver_hints.py Refactor driver_hints 2014-05-28 09:17:10 +03:00
extension.py Remove vim header 2014-02-08 23:54:04 +08:00
manager.py Removes useless wrapper from manager base class 2014-04-01 21:14:06 +00:00
models.py expires_at should be in a tuple not turned into one 2014-03-20 19:26:23 +00:00
openssl.py Merge "Safe command handling for openssl" 2014-02-13 04:25:12 +00:00
pemutils.py Fixed some typos throughout the codebase 2014-05-01 07:16:02 -07:00
router.py Remove vim header 2014-02-08 23:54:04 +08:00
serializer.py remove a few backslash line continuations 2014-05-13 09:19:21 -05:00
utils.py Merge "Password trunction makes password insecure" 2014-06-16 18:38:51 +00:00
wsgi.py Fix OAuth1 to not JSON-encode create access token response 2014-07-02 15:24:34 -05:00