摘要:
Spring Security Oauth2中,当access_token即将过期时,需要调用/oauth/token,使用refresh_token刷新access_token,此时会存在一个坑:即如果使用Spring Security框架默认生成的AuthenticationManager时,接口调用报错,信息为如下:No AuthenticationProvider found for org.springframework.security.web.authentication.preauth.PreAuthenticatedAuthenticationToken 阅读全文
posted @ 2019-12-30 11:18
银河架构师
阅读(13225)
评论(0)
推荐(0)