CE-3182: Refresh token on Ping
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