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
{{ message }}
This repository was archived by the owner on Apr 5, 2022. It is now read-only.
As of now TokenRelayGatewayFilterFactory cascades access token even if it expired. If the access token is expired, this filter should attempt to refresh the token if refresh tokens are supported, else get fresh new token before sending the request downstream
ServerOAuth2AuthorizedClientExchangeFilterFunction already does this for WebClient based on the current OAuth2AuthenticationToken, TokenRelayGatewayFilterFactory should emulate it
nmuser, agerock, stheves, boal, timtebeek and 13 more