** Project changed: openstack-api-site => keystone

** Changed in: keystone
   Importance: Undecided => Low

** Changed in: keystone
    Milestone: None => newton-1

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1580034

Title:
  In the example of Request a scoped OS-FEDERATION token, json data is
  not valid

Status in OpenStack Identity (keystone):
  Confirmed

Bug description:
  In the section "Request a scoped OS-FEDERATION token" of the OpenStack
  Identity API v3 OS-FEDERATION, the JSON data given for "Example
  request" is not valid.

  https://specs.openstack.org/openstack/keystone-specs/api/v3/identity-
  api-v3-os-federation-ext.html#request-a-scoped-os-federation-token

  The enclosing double quote is missing in the keyword "token" as
  follows:

  {
      "auth": {
          "identity": {
              "methods": [
                  "token"
              ],
              "token: {
                  "id": "--federated-token-id--"
              }
          }
      },
      "scope": {
          "project": {
              "id": "263fd9"
          }
      }
  }

  It should be as follows:
  ...
   "token": {
                  "id": "--federated-token-id--"
              }
  ...

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to