justinpaulson / google-api-python-client

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

Need ability to specify id_token verification certs endpoint URL #253

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
See:
https://code.google.com/p/google-api-python-client/source/browse/oauth2client/cl
ient.py#61

It needs to be customizable.

Original issue reported on code.google.com by yan...@google.com on 23 Mar 2013 at 11:22

GoogleCodeExporter commented 8 years ago
That's just a constant that's used as the default for the cert_uri parameter:

  https://code.google.com/p/google-api-python-client/source/browse/oauth2client/client.py#984

Original comment by jcgregorio@google.com on 23 Mar 2013 at 12:42