google-auth-library-java
google-auth-library-java copied to clipboard
Open source Auth client library for Java
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.http-client:google-http-client-bom](https://togithub.com/googleapis/google-http-java-client/tree/master/google-http-client-bom) ([source](https://togithub.com/googleapis/google-http-java-client)) | `1.43.3` -> `1.44.1` |...
**Is your feature request related to a problem? Please describe.** I am trying to use Workload Identity Federation on AWS ECS Fargate. It seems that `AwsCredentials.getAwsSecurityCredentials` ([code](https://github.com/googleapis/google-auth-library-java/blob/acc1ce3603435f1c0cf23b8606af71b05e566f2f/oauth2_http/java/com/google/auth/oauth2/AwsCredentials.java#L319-L325 )) only supports...
##### Motivation: In file: OAuth2Credentials.java and ExternalAccountMetricsHandler.java, two classes are serializable but they do not contain any serialVersionUID field. The compiler generates one by default in such scenarios, but the...
Thi PR provides the functionality to generate api tokens in a reactive way. - [* ] Make sure to open an issue as a [bug/issue](https://github.com/googleapis/google-auth-library-java/issues/new/choose) before writing your code! That...
Hi all, We have prepared the [initial integration](https://github.com/google/oss-fuzz/pull/10559) of google-auth-library-java into [Google OSS-Fuzz](https://github.com/google/oss-fuzz) which will provide more security for your project. Why do you need Fuzzing? The Code Intelligence JVM...
Currently, we only include native image verification for the `oauth2_http` module. Note the `mvn -B ${INTEGRATION_TEST_ARGS} -ntp -Pnative -Pnative-test test -pl 'oauth2_http'` in `.kokoro/build.sh`. TODO: Add `credentials` and `appengine` to...
**Is your feature request related to a problem? Please describe.** In order to integrate with reactive apps, you have to either execute blocking calls using Mono.fromCallable or create an implementation...
**Is your feature request related to a problem? Please describe.** `ImpersonatedCredentials` accepts a quota project in its builder, and the quota project is properly overridden when generating an access token....
Thanks for stopping by to let us know something could be better! **PLEASE READ**: If you have a support contract with Google, please create an issue in the [support console](https://cloud.google.com/support/)...
Nested classes causes import mix up on some build environments. Right now we have full package names instead of imports as a mitigation.