-
Notifications
You must be signed in to change notification settings - Fork 358
Switch JWT library implementations #3267
Copy link
Copy link
Closed
Labels
help wantedCommunity contributions are especially encouraged for these issues.Community contributions are especially encouraged for these issues.triagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.Issues labeled as 'Triaged' have been reviewed and are deemed actionable.
Description
After reviewing the different libraries for constructing JWT authentication tokens, for the OnBehalfOf feature should use Nimbus JOSE + JWT
Exit Criteria
- Add a checkstyle rule to detect including references to
org.apache.cxf.rs.security.jose - Remove all references to
org.apache.cxf.rs.security.jose[15] files impacted - Replace all unfulfilled references with
com.nimbusds.jose.*components - Add backwards combability tests for any features that have previously shipped
Additional Context
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
help wantedCommunity contributions are especially encouraged for these issues.Community contributions are especially encouraged for these issues.triagedIssues labeled as 'Triaged' have been reviewed and are deemed actionable.Issues labeled as 'Triaged' have been reviewed and are deemed actionable.