Skip to content

CE-3182: Refresh token on Ping

Imre Toth requested to merge CE-2701_Ping_refresh_token into develop

Created an interceptor that runs for every logged in user, and tries to renew the token.

If process fails, it "logs out" the user by setting the authentication-context to null.

The filter has to be configured properly by the registrationId that is being declared/used in the application.properties file!

Closes CE-2701

Merge request reports

Loading