[
https://issues.apache.org/jira/browse/KNOX-2732?focusedWorklogId=759229&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-759229
]
ASF GitHub Bot logged work on KNOX-2732:
----------------------------------------
Author: ASF GitHub Bot
Created on: 20/Apr/22 13:29
Start Date: 20/Apr/22 13:29
Worklog Time Spent: 10m
Work Description: zeroflag commented on code in PR #560:
URL: https://github.com/apache/knox/pull/560#discussion_r854135135
##########
gateway-provider-security-jwt/src/main/java/org/apache/knox/gateway/provider/federation/jwt/filter/JWTAuthCodeAssertionFilter.java:
##########
@@ -42,6 +43,7 @@ public class JWTAuthCodeAssertionFilter extends
AbstractIdentityAssertionFilter
private JWTokenAuthority authority;
private ServiceRegistry sr;
+ private String tokenIssuer;
@Override
public void init( FilterConfig filterConfig ) throws ServletException {
Review Comment:
Yes, or maybe factor out some parts to some other classes and reference
those from them. But this is probably out of scope of this change.
Issue Time Tracking
-------------------
Worklog Id: (was: 759229)
Time Spent: 50m (was: 40m)
> Issuer claim in Knox JWTs should be configurable
> ------------------------------------------------
>
> Key: KNOX-2732
> URL: https://issues.apache.org/jira/browse/KNOX-2732
> Project: Apache Knox
> Issue Type: Improvement
> Components: Server
> Affects Versions: 1.6.0
> Reporter: Philip Zampino
> Assignee: Attila Magyar
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> Currently, the issuer claim in JWTs issued by Knox is always "KNOXSSO". This
> value should be configurable via a KNOXTOKEN service param in the topology.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)