Skip to content

Commit

Permalink
docs: Update README.md to link to Cloud authentication documentation …
Browse files Browse the repository at this point in the history
…rather than AIPs
  • Loading branch information
piaxc authored Dec 21, 2023
1 parent 7eb322e commit 98fc7e1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98fc7e1

Please sign in to comment.