← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1264803] [NEW] Can't use OAuth authentication

 

Public bug reported:

There is no possible way to use OAuth for authentication. Problem is
that self.oauth_api is always None on this line:
https://github.com/openstack/keystone/blob/cc0c6565e3fe6ed60543e6ebd5e54cba51e59fc6/keystone/token/providers/common.py#L398
.

So even if OAuth is enabled, after trying to authenticate using OAuth
you get {"error": {"message": "Oauth is disabled.", "code": 403,
"title": "Forbidden"}}.

** Affects: keystone
     Importance: Undecided
     Assignee: Anton Frolov (anton0)
         Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1264803

Title:
  Can't use OAuth authentication

Status in OpenStack Identity (Keystone):
  In Progress

Bug description:
  There is no possible way to use OAuth for authentication. Problem is
  that self.oauth_api is always None on this line:
  https://github.com/openstack/keystone/blob/cc0c6565e3fe6ed60543e6ebd5e54cba51e59fc6/keystone/token/providers/common.py#L398
  .

  So even if OAuth is enabled, after trying to authenticate using OAuth
  you get {"error": {"message": "Oauth is disabled.", "code": 403,
  "title": "Forbidden"}}.

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1264803/+subscriptions


Follow ups

References