[
https://issues.apache.org/jira/browse/KNOX-3434?focusedWorklogId=1039682&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1039682
]
ASF GitHub Bot logged work on KNOX-3434:
----------------------------------------
Author: ASF GitHub Bot
Created on: 04/Sep/26 15:50
Start Date: 04/Sep/26 15:50
Worklog Time Spent: 10m
Work Description: lmccay merged PR #1377:
URL: https://github.com/apache/knox/pull/1377
Issue Time Tracking
-------------------
Worklog Id: (was: 1039682)
Time Spent: 0.5h (was: 20m)
> Token validation for oidc trusted issuers skips typ validation so k8s
> projected tokens can be used
> --------------------------------------------------------------------------------------------------
>
> Key: KNOX-3434
> URL: https://issues.apache.org/jira/browse/KNOX-3434
> Project: Apache Knox
> Issue Type: Task
> Components: JWT
> Reporter: Harrison Sheinblatt
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Currently all tokens are validated with a commonly configured type verifier.
> k8s projected tokens do not include a typ header, and so would fail
> verification. When token verification uses a TrustedOidcIssuer, registered as
> an external issuer, then skip typ validation. This will allow k8s projected
> tokens to be verified.
> In the future, if other types of external issuers are to be registered, the
> schema for the trusted issuer can be extended to include a flag controlling
> if typ verification is to be skipped, or optionally which verifier to use.
> But for now, this avoids having to dynamically update the list of issuers for
> which to skip type verification separately from the trusted oidc issuer
> registration.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)