We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9803852 commit 12ddc13Copy full SHA for 12ddc13
1 file changed
google-auth-library-java/oauth2_http/java/com/google/auth/oauth2/IdentityPoolCredentials.java
@@ -284,7 +284,6 @@ public boolean isWorkforcePoolConfiguration() {
284
Pattern workforceAudiencePattern =
285
Pattern.compile("^//iam.googleapis.com/locations/.+/workforcePools/.+/providers/.+$");
286
return workforcePoolUserProject != null
287
- && !workforcePoolUserProject.isEmpty()
288
&& workforceAudiencePattern.matcher(getAudience()).matches();
289
}
290
0 commit comments