Spring oauth2 refresh token - Cannot convert access token to JSON

后端 未结 5 941
长发绾君心
长发绾君心 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:27

    had this issue. i was sending the "Bearer xxxxxx..." and the TokenEnhancer was expecting just "xxxxx..." without the "Bearer " prefix

提交回复
热议问题