Spring Boot 2 and OAuth2/JWT configuration

后端 未结 2 1934
忘掉有多难
忘掉有多难 2020-12-30 06:21

I\'m trying to port my Spring boot 1.5 application to Spring Boot 2

Right now I\'m unable to obtain OAuth2 access token.

This is the code I have successfully

2条回答
  •  被撕碎了的回忆
    2020-12-30 06:28

    Try in your spring security config to permit this url /api/oauth/token I noticed it seemed to not define what to do with this.

提交回复
热议问题