标签: rest spring-boot spring-oauth2
我只连接到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,任何想法如何?。
感谢和问候
答案 0 :(得分:0)
一些参考文献:1。How to use OAuth2RestTemplate?。 2. http://websystique.com/spring-security/secure-spring-rest-api-using-oauth2/ 3。http://howtodoinjava.com/spring/spring-restful/spring-restful-client-resttemplate-example/