Spring oauth2 refresh token - Cannot convert access token to JSON

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

    It is been two years I don't if it helps anyone but my same issue was due to I was not using the tokenEnhancer I used in my JwtTokenStore in my token service provider DefaultTokenServices.

    
    
        
    
    
    
    
        
    
    
    
    
        
        
        
        
        
        
    
    

提交回复
热议问题