emran396 / google-api-java-client

Automatically exported from code.google.com/p/google-api-java-client
0 stars 0 forks source link

New GooglePublicCerts and improvements to GoogleIdTokenVerifier #793

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
External references, such as a standards document, or specification?

http://javadoc.google-api-java-client.googlecode.com/hg/1.15.0-rc/com/google/api
/client/googleapis/auth/oauth2/GoogleIdTokenVerifier.html

Java environments (e.g. Java 6, Android 2.3, App Engine, or All)?

All

Please describe the feature requested.

Extract out the logic for managing Google's public certs into a separate 
GooglePublicCerts class.  Primary design goal would be to make 
GoogleIdTokenVerifier a light-weight class that extends the new 
IdTokenVerifier, and allow separate GoogleIdTokenVerifier's to reuse the same 
certs cache.  A secondary goal would be to allow the public certs to be managed 
for other possible uses in the future other than GoogleIdTokenVerifier.

Original issue reported on code.google.com by yan...@google.com on 5 Jun 2013 at 7:42

GoogleCodeExporter commented 9 years ago
https://codereview.appspot.com/10053044/

Original comment by yan...@google.com on 5 Jun 2013 at 8:05

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 27 Jun 2013 at 2:40

GoogleCodeExporter commented 9 years ago

Original comment by yan...@google.com on 3 Sep 2013 at 8:05