You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: .readme-partials.yaml
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -888,6 +888,9 @@ body: |-
888
888
}
889
889
```
890
890
891
+
#### Security Considerations
892
+
Note that this library does not perform any validation on the token_url, token_info_url, or service_account_impersonation_url fields of the credential configuration. It is not recommended to use a credential configuration that you did not generate with the gcloud CLI unless you verify that the URL fields point to a googleapis.com domain.
893
+
891
894
## Working with ID Tokens
892
895
### Fetching ID Tokens
893
896
If your application is running on Cloud Run or Cloud Functions, or using Cloud Identity-Aware
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -932,6 +932,9 @@ async function main() {
932
932
}
933
933
```
934
934
935
+
#### Security Considerations
936
+
Note that this library does not perform any validation on the token_url, token_info_url, or service_account_impersonation_url fields of the credential configuration. It is not recommended to use a credential configuration that you did not generate with the gcloud CLI unless you verify that the URL fields point to a googleapis.com domain.
937
+
935
938
## Working with ID Tokens
936
939
### Fetching ID Tokens
937
940
If your application is running on Cloud Run or Cloud Functions, or using Cloud Identity-Aware
0 commit comments