A request token is used by the Identity service’s OS-OAUTH1 extension. It is used by the consumer to request access tokens. Applicable to Identity v3.
Authorize a request token
openstack request token authorize
--request-key <request-key>
--role <role>
Request token to authorize (ID only) (required)
Roles to authorize (name or ID) (repeat option to set multiple values) (required)
This command is provided by the python-openstackclient plugin.
Create a request token
openstack request token create
--consumer-key <consumer-key>
--consumer-secret <consumer-secret>
--project <project>
[--domain <domain>]
--consumer-key <consumer-key>¶Consumer key (required)
--consumer-secret <consumer-secret>¶Consumer secret (required)
--project <project>¶Project that consumer wants to access (name or ID) (required)
--domain <domain>¶Domain owning <project> (name or ID)
This command is provided by the python-openstackclient plugin.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.