From 98fc7e1f2f551d59811de63eaef0df6bf8e21c2c Mon Sep 17 00:00:00 2001 From: piaxc Date: Thu, 21 Dec 2023 14:34:43 -0800 Subject: [PATCH] docs: Update README.md to link to Cloud authentication documentation rather than AIPs --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a3306addf..4c6a3dff8 100644 --- a/README.md +++ b/README.md @@ -83,9 +83,10 @@ libraryDependencies += "com.google.auth" % "google-auth-library-oauth2-http" % " ### Application Default Credentials -This library provides an implementation of [Application Default Credentials](https://google.aip.dev/auth/4110) -for Java. The [Application Default Credentials](https://google.aip.dev/auth/4110) -provide a simple way to get authorization credentials for use in calling Google APIs. +This library provides an implementation of +[Application Default Credentials](https://cloud.google.com/docs/authentication/application-default-credentials) +for Java. Application Default Credentials provide a simple way to get authorization +credentials for use in calling Google APIs. They are best suited for cases when the call needs to have the same identity and authorization level for the application independent of the user. This is the recommended