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

Open source Auth client library for Java

Results 84 google-auth-library-java issues
Sort by recently updated
recently updated
newest added

In Java, we can have "system properties" as well as "environment variables" that keep our map between keys and string values. We access system properties using the method **System.getProperty** while...

type: feature request

**Problem Summary** Currently we create delegated credentials using downloaded ServiceAccount keys. We learned that the python auth library supports using the Application Default Credential (ADC) to generate delegated credentials, thus...

type: feature request

I'm using the [google ads java lib](https://github.com/googleads/google-ads-java) which has this project as a dependency. its `GoogleAdsClient` take these project's `GoogleCredentials` and when trying to authenticate, it may throw [`com.google.auth.oauth2.GoogleAuthException`](https://github.com/googleapis/google-auth-library-java/blob/main/oauth2_http/java/com/google/auth/oauth2/GoogleAuthException.java) (or...

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to...

size: xs

I'm taking over this feature that creates an event on a user's calendar. Our system was previously able to do this using `com.google.api.client.googleapis.auth.oauth2.GoogleCredential`, but since that's been deprecated, I'm looking...

Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: - [x] Make sure to...

size: s

**Is your feature request related to a problem? Please describe.** I'm always frustrated when I want to use my own temporary (AWS) credentials to fetch jwt. The only way to...

type: feature request

…calling oauth2.googleapis.com in ServiceAccountCredentials.refreshAccessToken() Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly: -...

size: xl

Hello, For my use case, I have to impersonate a service account B (own by our customer) that has domain wide delegation enabled using another source service account A (own...

status: investigating
type: bug
priority: p2

`GoogleCredentials` can be initialized with an optional `HttpTransportFactory`. But this doesn't provide any means of setting the connection and read timeout for the HTTP requests made by the credentials implementation....

type: feature request