kulpa / google-api-python-client

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

Fallback to online id_token validation #106

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
If OpenSSL is not available fallback to verifying the id_token
using the tokeninfo endpoint:

  http://code.google.com/apis/accounts/docs/OAuth2Login.html#validatingtoken

Original issue reported on code.google.com by jcgregorio@google.com on 17 Feb 2012 at 12:54

GoogleCodeExporter commented 9 years ago
Currently on hold.

Original comment by jcgregorio@google.com on 22 Feb 2012 at 5:54

GoogleCodeExporter commented 9 years ago
This may DoS the validation server, waiting on more feedback before proceeding.

Original comment by jcgregorio@google.com on 14 Jun 2012 at 7:47