Spring 启动,Spring OAuth2,REST
Spring boot, Spring OAuth2, REST
我只连接到 Auth 服务器,我需要 JWT,通过控制台都可以,但不是 RestTemplate,我不知道该怎么做。
下面的等价物是什么:
curl -u secretId:secret http://localhost:9999/uaa/oauth/token -d username=user -d password=password -d grant_type=password
我需要使用 Spring RestTemplate,知道怎么做吗?
感谢和问候
我只连接到 Auth 服务器,我需要 JWT,通过控制台都可以,但不是 RestTemplate,我不知道该怎么做。
下面的等价物是什么:
curl -u secretId:secret http://localhost:9999/uaa/oauth/token -d username=user -d password=password -d grant_type=password
我需要使用 Spring RestTemplate,知道怎么做吗?
感谢和问候