diff --git a/oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java b/oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java index c1aeb28c9..15ce8947d 100644 --- a/oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java +++ b/oauth2_http/java/com/google/auth/oauth2/ComputeEngineCredentials.java @@ -507,7 +507,7 @@ public static String getTokenServerEncodedUrl() { public static String getUniverseDomainUrl() { return getMetadataServerUrl(DefaultCredentialsProvider.DEFAULT) - + "/computeMetadata/v1/universe/universe_domain"; + + "/computeMetadata/v1/universe/universe-domain"; } public static String getServiceAccountsUrl() {