googleapis / google-auth-library-java

Open source Auth client library for Java
https://developers.google.com/identity
BSD 3-Clause "New" or "Revised" License
411 stars 225 forks source link

Add support for mTLS workload authentication #1547

Open stanczykj opened 3 days ago

stanczykj commented 3 days ago

There is a new way of authenticating in Workload Identity Federation using mTLS (currently in pre-GA stage), that this library doesn't support. There was a pull request with this feature a while back, but for some reason got closed https://github.com/googleapis/google-auth-library-java/pull/1149

Links: https://cloud.google.com/iam/docs/workload-identity-federation-with-x509-certificates https://google.aip.dev/auth/4118

lqiu96 commented 2 days ago

@lsirac I think you would have the most knowledge about the status of this FR.