smolnar82 commented on code in PR #839:
URL: https://github.com/apache/knox/pull/839#discussion_r1475738186
##########
gateway-provider-security-jwt/src/main/java/org/apache/knox/gateway/provider/federation/jwt/JWTMessages.java:
##########
@@ -104,4 +104,11 @@ public interface JWTMessages {
@Message( level = MessageLevel.WARN, text = "Invalid SSO cookie found!
Cleaning up..." )
void invalidSsoCookie();
+
+ @Message( level = MessageLevel.WARN, text = "User with SSO token {0}
exceeded the configured idle timeout of {1} seconds." )
Review Comment:
Fixed. Sample:
```
2024-02-02 09:34:59,260 24344508-5b51-4f49-8ada-87955739b8ae WARN
federation.jwt (AbstractJWTFilter.java:validateToken(354)) - User admin with
SSO token f0d51aa3...ed6d339b8f6b exceeded the configured idle timeout of 60
seconds.
2024-02-02 09:34:59,261 24344508-5b51-4f49-8ada-87955739b8ae WARN
federation.jwt (SSOCookieFederationFilter.java:handleValidationError(208)) -
Invalid SSO cookie found! Cleaning up...
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]