Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
fix: add validation for the token URL and service account impersonati…
…on URL for Workload Identity Federation (#717) * fix: add validation for the token URL and service account impersonation URL in ExternalAccountCredentials * fix: review comment * fix: add test case
- Loading branch information
Showing
with
231 additions
and 13 deletions.
- +62 −0 oauth2_http/java/com/google/auth/oauth2/ExternalAccountCredentials.java
- +6 −3 oauth2_http/javatests/com/google/auth/oauth2/AwsCredentialsTest.java
- +154 −3 oauth2_http/javatests/com/google/auth/oauth2/ExternalAccountCredentialsTest.java
- +2 −2 oauth2_http/javatests/com/google/auth/oauth2/ITWorkloadIdentityFederationTest.java
- +6 −4 oauth2_http/javatests/com/google/auth/oauth2/IdentityPoolCredentialsTest.java
- +1 −1 oauth2_http/javatests/com/google/auth/oauth2/MockExternalAccountCredentialsTransport.java
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters