Spring SecuritySpring Security Oauth2.0刷新token时报错401 Unauthorized和invalid_client Bad client credentials的解决方法 关于这个问题,在网上找了很多,但是都没有解决我的问题。 首先,刷新token调用的接口是/oauth/token,其中参数有 grant_type=refresh_token refresh_toke... 2019年3月5日 浏览量:4,583 次 发表评论 阅读全文
Spring Security Oauth2.0 ajax post请求跨域的解决方法 最近项目中有单点登录的需求,用的是Spring Security Oauth2.0框架,授权的服务端已经写好,用postman测的也没问题。但是新建一个工程来获取token,就会报跨域的错。网上找了半... 2019年2月13日 ajax 浏览量:2,136 次 发表评论 阅读全文
Spring Security Oauth2.0里如何获取access_token? 这几天在研究如何使用Spring Security Oauth2.0。按照网上的例子踩了几个坑后,现在状况是调用/oauth/authorize接口可以正常返回授权码,用postman调用/oauth... 2019年1月9日 Spring Security 浏览量:3,645 次 发表评论 阅读全文
app使用postman调试api接口返回Required request body is missing的错误 后台是用@RequestBody的方式来接受参数的。用postman返回Required request body is missing的错误。 百度了一下,发现@RequestBody这种方式用po... 2018年11月23日 浏览量:7,965 次 发表评论 阅读全文