[ 
https://issues.apache.org/jira/browse/KNOX-3266?focusedWorklogId=1007535&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1007535
 ]

ASF GitHub Bot logged work on KNOX-3266:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Mar/26 20:13
            Start Date: 02/Mar/26 20:13
    Worklog Time Spent: 10m 
      Work Description: moresandeep commented on code in PR #1168:
URL: https://github.com/apache/knox/pull/1168#discussion_r2874463044


##########
gateway-server/src/main/java/org/apache/knox/gateway/services/token/impl/TokenAuthorityServiceMessages.java:
##########
@@ -20,14 +20,15 @@
 import org.apache.knox.gateway.i18n.messages.Message;
 import org.apache.knox.gateway.i18n.messages.MessageLevel;
 import org.apache.knox.gateway.i18n.messages.Messages;
+import org.apache.knox.gateway.i18n.messages.StackTrace;
 
 @Messages(logger = "org.apache.knox.gateway.services.token.state")
 public interface TokenAuthorityServiceMessages {
   @Message(level = MessageLevel.ERROR, text = "There was an error getting kid, 
cause: {0}")
   void errorGettingKid(String message);
 
   @Message(level = MessageLevel.ERROR, text = "Failed to verify token using 
JWKS endpoint {0}, reason: {1}")
-  void jwksVerificationFailed(String jwksUrl, String reason);
+  void jwksVerificationFailed(String jwksUrl, String reason, @StackTrace( 
level = MessageLevel.ERROR) Exception e);

Review Comment:
   Oh what i meant is that when we log stack track then the stack trace gets 
printed twice, once via the Java process second via the log.





Issue Time Tracking
-------------------

    Worklog Id:     (was: 1007535)
    Time Spent: 50m  (was: 40m)

> Allow SSO cookie verification using JWKS endpoints
> --------------------------------------------------
>
>                 Key: KNOX-3266
>                 URL: https://issues.apache.org/jira/browse/KNOX-3266
>             Project: Apache Knox
>          Issue Type: Improvement
>          Components: KnoxSSO, Server
>    Affects Versions: 2.1.0
>            Reporter: Sandor Molnar
>            Assignee: Sandor Molnar
>            Priority: Major
>             Fix For: 3.0.0
>
>          Time Spent: 50m
>  Remaining Estimate: 0h
>
> As of today, the JWTFederation filter can be configured to verify JWT tokens 
> using pre-configured JWKS endpoint(s). This feature, however, is not 
> available in the SSOCookieProvider filter, which we need to add.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to