keystone/keystone/oauth1
wangxiyuan 1f0473a597 Add schema check for authorize request token
This patch add the schema check for authorize
request token API. It'll avoiding some 500 error
caused by invalid input format and it will raise
400 error correctly.

This patch also add role name support for
authorize request token

Closes-bug: #1736875
Change-Id: I9d113692702e7aaa0127ffa9405a17908c0c6ff7
2018-01-10 14:32:16 +08:00
..
backends Fix keystone.tests.unit.test_v3_oauth1.MaliciousOAuth1Tests 2017-05-03 21:40:57 +08:00
__init__.py Remove exposure of routers at package level 2015-12-03 15:06:56 -03:00
controllers.py Add schema check for authorize request token 2018-01-10 14:32:16 +08:00
core.py Remove Dependency Injection 2017-12-13 10:59:39 -08:00
routers.py Ensure oauth API supports HEAD 2017-06-21 15:00:38 +00:00
schema.py Add schema check for authorize request token 2018-01-10 14:32:16 +08:00
validator.py Use keystone.common.provider_api for oauth APIs 2017-12-27 17:08:23 +00:00