Pin oauthlib<3 for now

The recent oauthlib 3.0.0 release seems to have regressed
authentication, raising "InvalidRedirectURIError: (invalid_request)
Invalid redirect URI." in
oauthlib.oauth2.rfc6749.grant_types.base._handle_redirects() on
returning from the OpenID provider. This is an emergency pin to <3
until we're able to suss out whether this is a bug in storyboard's
authentication client implementation or a legitimate regression in
oauthlib.

Change-Id: Iad4e035d88a0cd335c6ef68263bf7e044a192513
This commit is contained in:
Jeremy Stanley 2019-01-15 22:03:28 +00:00
parent 5833f87e20
commit 1b578021c7
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ jsonschema>=2.0.0,<3.0.0
alembic>=0.4.1
Babel>=1.3
iso8601>=0.1.9
oauthlib>=0.6
oauthlib>=0.6,<3
oslo.config>=1.11.0
oslo.context>=0.2.0
oslo.utils>=1.4.0