request unscoped token

Change-Id: I1a5ec1eb326834f6215de89eb862eacf88b69f78
This commit is contained in:
Adam Young 2014-12-17 22:08:32 -05:00
parent 9ec83671ac
commit 4ef3177e12
1 changed files with 6 additions and 0 deletions

View File

@ -1593,6 +1593,12 @@ be issued without an explicit scope of authorization.
*New in version 3.1* Additionally, if the user's default project is invalid, a
token will be issued without an explicit scope of authorization.
*New in version 3.4* A user may explicitly request an unscoped token by setting
the "scope" value of the token request to the string "unscoped." This will
behave the same as a token request with no scope, where the user has no
default project defined.
##### Catalog Opt-Out: `POST /v3/auth/tokens?nocatalog`
Relationship: `http://docs.openstack.org/api/openstack-identity/3/rel/auth_tokens`