We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
google-oauth-java-client
google-api-java-client
GoogleIdTokenVerifier
This look like the signature check is effectively being duplicated?
The text was updated successfully, but these errors were encountered:
This is going to be fixed along with the googleapis/google-oauth-java-client#891
Sorry, something went wrong.
TimurSadykov
Successfully merging a pull request may close this issue.
Environment details
Steps to reproduce
The latest release of
google-oauth-java-client
added a signature verification check to IdTokenVerifier.verify. Ingoogle-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?
The text was updated successfully, but these errors were encountered: