google-auth-library-python icon indicating copy to clipboard operation
google-auth-library-python copied to clipboard

Google Auth Python Library

Results 157 google-auth-library-python issues
Sort by recently updated
recently updated
newest added

When user credentials are refreshed, the OAuth server returns granted scopes. This change exposes those scopes in the credentials object

Manually setting an `secure_authorized_channel` with a `google.auth.transport.requests.Request()` object results in the error shown above. The snippet below attemtps to create a `secure_authorized_channel` as shown in the docs [here](https://google-auth.readthedocs.io/en/master/reference/google.auth.transport.grpc.html#google.auth.transport.grpc.secure_authorized_channel) but when...

priority: p2
type: bug

On building my packages I'm using `sphinx-build` command with `-n` switch which shows warmings about missing references. These are not critical issues. Here is the output with warnings: ```console +...

type: bug
good first issue
priority: p3

**Is your feature request related to a problem? Please describe.** Currently, `google.auth.default()` generates `Credentials` that contain `.token` that is an access token. We'd like to also generate `id_token` with the...

priority: p2
type: feature request

Usually the Vertex SDK gets the project ID automatically (by calling `google.auth.default()`). This works when running on GKE, GCE, Kubeflow Pipelines etc. However when running on Google Cloud Vertex Pipelines...

priority: p2
type: bug
:rotating_light:

The now deprecated oauth2client library allowed for a static credential source https://oauth2client.readthedocs.io/en/latest/source/oauth2client.client.html with that, i could 'just embed' an `access_token` i may have acquired by any other means (eg downscoped_token,...

type: docs

Still seeing the same issue mentioned in https://github.com/googleapis/google-auth-library-python/issues/211 #### Environment details - OS: Linux/Container-Optimized OS - Python version: 3.8.5 - pip version: 20.1.1 - `google-auth` version: 1.33.0 #### Steps to...

type: bug
priority: p3