-
Notifications
You must be signed in to change notification settings - Fork 742
Closed
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.
Description
Environment details
- OS type and version: N/A
- Java version: N/A
- version(s): google-api-java-client v1.34.1 & google-oauth-java-client v1.33.3
Steps to reproduce
The latest release of google-oauth-java-client added a signature verification check to IdTokenVerifier.verify. In google-api-java-client, GoogleIdTokenVerifier makes a call to super.verify which will perform a signature check. After that GoogleIdTokenVerifier then performs its own signature check.
This look like the signature check is effectively being duplicated?
Metadata
Metadata
Assignees
Labels
priority: p1Important issue which blocks shipping the next release. Will be fixed prior to next release.Important issue which blocks shipping the next release. Will be fixed prior to next release.