googleapis / google-oauth-java-client

Google OAuth Client Library for Java

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`IdTokenVerifierTest` needs to be stable

diegomarquezp opened this issue · comments

So far we use a SA token that will not be valid once the certificates rotate. Capture a certificate and use it to intercept the verification process to ensure stability.