I have a similar issue to this one just slightly different. We have a custom Authentication Handler that implements AuthenticationHandler. In the extractCredentials method, the first thing that happens is a check for an existing login-token. If it exists, the method returns null to bypass the rest...