[
https://issues.apache.org/jira/browse/KNOX-3259?focusedWorklogId=1006598&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-1006598
]
ASF GitHub Bot logged work on KNOX-3259:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Feb/26 20:16
Start Date: 22/Feb/26 20:16
Worklog Time Spent: 10m
Work Description: lmccay opened a new pull request, #1153:
URL: https://github.com/apache/knox/pull/1153
[KNOX-3259](https://issues.apache.org/jira/browse/KNOX-3259) - Implement
OAuth Refresh Token and Exchange Token Grant Types
## What changes were proposed in this pull request?
We need to add the token_exchange and refresh_token grant types to the
existing client_credentials support in JWTProvider.
This will allow long running processes and apps to acquire new tokens as
well as exchange them for more specifically scoped or federated tokens. These
are required for proper support of OAuth.
## How was this patch tested?
Added new unit tests and ran both new and existing tests
Issue Time Tracking
-------------------
Worklog Id: (was: 1006598)
Remaining Estimate: 0h
Time Spent: 10m
> Implement OAuth Refresh Token and Exchange Token Grant Types
> ------------------------------------------------------------
>
> Key: KNOX-3259
> URL: https://issues.apache.org/jira/browse/KNOX-3259
> Project: Apache Knox
> Issue Type: New Feature
> Components: JWT
> Reporter: Larry McCay
> Assignee: Larry McCay
> Priority: Major
> Fix For: 3.0.0
>
> Time Spent: 10m
> Remaining Estimate: 0h
>
> We need to add the token_exchange and refresh_token grant types to the
> existing client_credentials support in JWTProvider.
> This will allow long running processes and apps to acquire new tokens as well
> as exchange them for more specifically scoped or federated tokens. These are
> required for proper support of OAuth.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)