diff --git a/Src/Support/Google.Apis.Auth/OAuth2/GoogleAuthConsts.cs b/Src/Support/Google.Apis.Auth/OAuth2/GoogleAuthConsts.cs index 98dda9c45c0..0857b61214e 100644 --- a/Src/Support/Google.Apis.Auth/OAuth2/GoogleAuthConsts.cs +++ b/Src/Support/Google.Apis.Auth/OAuth2/GoogleAuthConsts.cs @@ -57,7 +57,7 @@ public static class GoogleAuthConsts private const string ComputeTokenUrlSuffix = "/computeMetadata/v1/instance/service-accounts/default/token"; private const string ComputeOidcTokenUrlSuffix = "/computeMetadata/v1/instance/service-accounts/default/identity"; private const string ComputeDefaultServiceAccountEmailSuffix = "/computeMetadata/v1/instance/service-accounts/default/email"; - private const string ComputeUniverseDomainUrlSuffix = "/computeMetadata/v1/universe/universe_domain"; + private const string ComputeUniverseDomainUrlSuffix = "/computeMetadata/v1/universe/universe-domain"; /// The Compute Engine authorization token server URL /// IP address instead of name to avoid DNS resolution