如何使用 Cloud Foundry api 获取令牌?

How to get token using Cloud Foundry api?

我正在尝试从 Cloud Foundry 获取令牌。我从 cf oauth-token 命令获取令牌,但我尝试使用 curl 它给我一个错误:

{
  "description": "Unknown request",
  "error_code": "CF-NotFound",
  "code": 10000
}  

我正在使用的 Curl 命令:

curl 'https://<domian>/oauth/token' -X POST \
        -H 'Content-Type: application/x-www-form-urlencoded' \
        -H 'Accept: application/json

我做错了什么?

这取决于使用的流量。请参阅文档:https://docs.cloudfoundry.org/api/uaa/version/4.31.0/index.html#authorization