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

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

                Author: ASF GitHub Bot
            Created on: 13/Apr/22 08:52
            Start Date: 13/Apr/22 08:52
    Worklog Time Spent: 10m 
      Work Description: zeroflag commented on code in PR #554:
URL: https://github.com/apache/knox/pull/554#discussion_r849242035


##########
gateway-spi/src/main/java/org/apache/knox/gateway/services/security/token/JWTokenAttributesBuilder.java:
##########
@@ -32,6 +34,9 @@ public class JWTokenAttributesBuilder {
   private boolean managed;
   private String jku;
   private String type;
+  private Set<String> groups;
+  private String kid;
+  private String issuer = "KNOXSSO";

Review Comment:
   We have a `jwt.expected.issuer` config param which is used in 
`validateToken`. But the it seems the issuer used by the `issueToken` has 
always been `KNOXSSO`





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

    Worklog Id:     (was: 756253)
    Time Spent: 1.5h  (was: 1h 20m)

> Allow group membership information to be included in issued JWTs
> ----------------------------------------------------------------
>
>                 Key: KNOX-2731
>                 URL: https://issues.apache.org/jira/browse/KNOX-2731
>             Project: Apache Knox
>          Issue Type: Improvement
>            Reporter: Attila Magyar
>            Assignee: Attila Magyar
>            Priority: Major
>          Time Spent: 1.5h
>  Remaining Estimate: 0h
>




--
This message was sent by Atlassian Jira
(v8.20.1#820001)

Reply via email to