google-auth-library-java
google-auth-library-java copied to clipboard
Open source Auth client library for Java
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...
**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...
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...
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...
**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...
…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: -...
ImpersonatedCredentials can't negotiate proper access token with delegated access to user account
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...
`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....