Spring oauth2 refresh token - Cannot convert access token to JSON

后端 未结 5 945
长发绾君心
长发绾君心 2021-01-18 03:46

I\'m trying to use a refresh token in a Spring OAuth application without success. The system will issue a refresh token on a password grant:

  {
  \"access_t         


        
5条回答
  •  一个人的身影
    2021-01-18 04:25

    I had the same issue. After some debugging it turned out my signature did not match.

    In my case i set-up keys a bit differently, and there is a bug where the signing and verifying key miss-match.

    https://github.com/spring-projects/spring-security-oauth/issues/1144

提交回复
热议问题