From 751f292a39078d7dcc1c523cde18847182bb9641 Mon Sep 17 00:00:00 2001 From: stim Date: Mon, 10 May 2021 10:43:11 -0700 Subject: [PATCH 1/6] logging issuer claim for service account on errors --- .../auth/oauth2/ServiceAccountCredentials.java | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/oauth2_http/java/com/google/auth/oauth2/ServiceAccountCredentials.java b/oauth2_http/java/com/google/auth/oauth2/ServiceAccountCredentials.java index c0b3cab98..40fd60147 100644 --- a/oauth2_http/java/com/google/auth/oauth2/ServiceAccountCredentials.java +++ b/oauth2_http/java/com/google/auth/oauth2/ServiceAccountCredentials.java @@ -648,7 +648,13 @@ public IdToken idTokenWithAudience(String targetAudience, List