Skip to content

Instantly share code, notes, and snippets.

@vu2
Created June 18, 2015 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vu2/9041218e3e18b707f764 to your computer and use it in GitHub Desktop.
Save vu2/9041218e3e18b707f764 to your computer and use it in GitHub Desktop.
# curl -i -X POST -H "Accept: application/json" \
-d '{ "auth": { "passwordCredentials": { "username": "APIユーザーのユーザー名", "password": "APIユーザーのパスワード" }, "tenantName": "テナント情報のテナントName" } }' \
"Identity ServiceのURLの後ろに/tokensを繋げる"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment