spring boot 整合oauth2.0 请求oauth/authorize 报错
隔壁阿布都 2018-09-06 04:40:01 最近在研究oauth2.0 ,开始 password,客户端模式都没有问题,能够申请到token,但是到授权码模式时,请求oauth/authorize
控制台会报错
org.springframework.security.authentication.InsufficientAuthenticationException: User must be authenticated with Spring Security before authorization can be completed.
大概意思时需要先登录授权后才能跳转追加授权码。。。查了很多资料都没有解决问题。。。求大神指点。。