keystone/keystone/oauth1
Hemanth Nakkina b7aece57d2 Change url scheme passed to oauth signature verifier
Change 461736 modifies the url passed to oauth signature verifier to
request url. But in some deployments, https endpoints are terminated
at haproxy and http request is sent to keystone. So request url will
have http as url scheme whereas the endpoint is registered with https
and signature at client is done with https url. This results in OAUTH
signature validation failure.

Update URL sent for OAUTH signature verification with the scheme of
the base url.

Change-Id: Iaba285985b616a35e3dfe33cdd45667174e7c69d
Partial-Bug: #1687593
2017-05-15 21:26:34 +05:30
..
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 Change url scheme passed to oauth signature verifier 2017-05-15 21:26:34 +05:30
core.py Remove log translations in keystone 2017-03-25 18:17:15 +00:00
routers.py Move oauth1 extension into core 2015-11-18 15:13:40 +00:00
schema.py Add schema for OAuth1 consumer API 2016-02-02 14:12:53 +08:00
validator.py Handle the exception from creating access token properly 2016-09-21 11:18:19 +00:00