google-auth-library-java
google-auth-library-java copied to clipboard
Test the Auth Samples in Cloud Build
The Auth Library has a few handwritten samples (https://github.com/googleapis/google-auth-library-java/tree/main/samples/snippets) that should be tested in the CI. We should ensure that these samples (which are published to our docs) work with the latest auth code changes.
Samples to test: AuthenticateImplicitWithAdc.java, IdTokenFromImpersonatedCredentials.java, and AuthenticateImplicitWithAdc.java. The other samples do not need to be tested and can continue to live in the repo.
Going to mark this as a P3 as this is currently not in scope. It's a nice-to-have feature.