使用 Kong API Gateway,我将 OAuth2 插件添加到所有 API 中,希望获得一个令牌来访问这些 API。
当我打电话时:www.example.com/oauth2/token必填字段
grant type
:client id
和client secret
它迫使我添加 API:www.example.com/apiendpoint/oauth2/token
不幸的是,生成的令牌只能访问特定的 API。
我试过了:
www.example.com/apis/oauth2/token
www.example.com/token
以及查看最新的 API Dos: https ://getkong.org/docs/0.10.x/admin-api/ 这些都不起作用。
是否可以生成一个令牌来访问所有 API,如果可以,如何?