|
26 | 26 | // |
27 | 27 | // Using workload identity federation, your application can access Google Cloud |
28 | 28 | // resources from Amazon Web Services (AWS), Microsoft Azure or any identity |
29 | | -// provider that supports OpenID Connect (OIDC). |
| 29 | +// provider that supports OpenID Connect (OIDC) or SAML 2.0. |
30 | 30 | // Traditionally, applications running outside Google Cloud have used service |
31 | 31 | // account keys to access Google Cloud resources. Using identity federation, |
32 | 32 | // you can allow your workload to impersonate a service account. |
|
36 | 36 | // Follow the detailed instructions on how to configure Workload Identity Federation |
37 | 37 | // in various platforms: |
38 | 38 | // |
39 | | -// Amazon Web Services (AWS): https://cloud.google.com/iam/docs/workload-identity-federation-with-other-clouds#aws |
40 | | -// Microsoft Azure: https://cloud.google.com/iam/docs/workload-identity-federation-with-other-clouds#azure |
41 | | -// OIDC identity provider: https://cloud.google.com/iam/docs/workload-identity-federation-with-other-providers#oidc |
42 | | -// SAML identity provider: https://cloud.google.com/iam/docs/workload-identity-federation-with-other-providers#saml |
| 39 | +// Amazon Web Services (AWS): https://cloud.google.com/iam/docs/workload-identity-federation-with-other-clouds#aws |
| 40 | +// Microsoft Azure: https://cloud.google.com/iam/docs/workload-identity-federation-with-other-clouds#azure |
| 41 | +// OIDC identity provider: https://cloud.google.com/iam/docs/workload-identity-federation-with-other-providers#oidc |
| 42 | +// SAML 2.0 identity provider: https://cloud.google.com/iam/docs/workload-identity-federation-with-other-providers#saml |
43 | 43 | // |
44 | 44 | // For OIDC and SAML providers, the library can retrieve tokens in three ways: |
45 | 45 | // from a local file location (file-sourced credentials), from a server |
|
0 commit comments