Closed BafDyce closed 9 months ago
Thanks for your PR. I think adding signing to the payload processor is a great idea.
I'll have a look at your changes over the weekend.
Hi,
I've had an initial look at the PR and like what it's trying to do.
Please can you add com.blackberry.jwteditor.utils.Constants and I'll merge the PR.
Thank you again for the submission.
Sorry for forgetting the file. Pushed it now :) You're welcome and also thanks to you for creating this extension in the first place.
This PR adds another Intruder setting to select a configured signing key. If one is selected when
processPayload
is called, the JWS is signed with the key. If any error happens, we fall back to the current behavior of using the original signature.Feel free to give feedback, or make adjustments to the code, as I have not coded in Java in years.