twilio / twilio-java

A Java library for communicating with the Twilio REST API and generating TwiML.
MIT License
477 stars 422 forks source link

feat: add support for PS256, RS256 PKCV in validationClient #759

Closed kridai closed 10 months ago

kridai commented 11 months ago

Fixes

Closes https://issues.corp.twilio.com/browse/DII-1072. Previously, public key client validation (PKCV) only allowed RS256 algorithms to be used. This change is to support PS256 algorithm as well.

Checklist

If you have questions, please file a support ticket, or create a GitHub Issue in this repository.

sonarcloud[bot] commented 11 months ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 5 Code Smells

71.4% 71.4% Coverage
0.0% 0.0% Duplication

warning The version of Java (11.0.20) you have used to run this analysis is deprecated and we will stop accepting it soon. Please update to at least Java 17. Read more here

idea Catch issues before they fail your Quality Gate with our IDE extension sonarlint SonarLint