You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Sir:
I am trying to practice spring cloud and oauth2 by your code.
And I found a problem :
When token is expired and go to refresh token, it failed.
After trace code, i found the final http request is still htttp://service-name:port?parameter.
So it's get faild at :
OAuth2TokenRelayFilter.getAccessToken().
Can you help me to find the reason why the service name not change to real http address to
execute
Very thank you and appreciate.
The text was updated successfully, but these errors were encountered:
Dear Sir:
I am trying to practice spring cloud and oauth2 by your code.
And I found a problem :
When token is expired and go to refresh token, it failed.
After trace code, i found the final http request is still htttp://service-name:port?parameter.
So it's get faild at :
OAuth2TokenRelayFilter.getAccessToken().
Can you help me to find the reason why the service name not change to real http address to
execute
Very thank you and appreciate.
The text was updated successfully, but these errors were encountered: