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
Copy file name to clipboardExpand all lines: iap/README.md
+9-11
Original file line number
Diff line number
Diff line change
@@ -28,24 +28,22 @@ It will be used to test both the authorization of an incoming request to an IAP
28
28
29
29
- Add the service account email to the Identity-Aware Proxy access list for the project.
30
30
31
-
-Set the following environment variables to test sending a request to an IAP protected resource:
31
+
-Update the following variables in [BuildAndVerifyIapRequestIT.java](src/test/java/com/example/iap/BuildAndVerifyIapRequestIT.java):
32
32
-`IAP_PROTECTED_URL` : URL of your IAP protected resource . eg. `https://your-project-id.appspot.com`
33
33
34
34
-`IAP_CLIENT_ID` to point to the [OAuth 2.0 Client ID](https://console.cloud.google.com/apis/credentials) of your IAP protected App Engine Application.
35
35
36
-
- Set the following environment variables to test verifying a JWT issued for an App Engine protected application:
37
-
-`GOOGLE_CLOUD_PROJECT`: Google Cloud Project ID
36
+
-`IAP_PROJECT_ID` : Google Cloud Project ID of the IAP protected application
38
37
39
38
-`IAP_PROJECT_NUMBER` : [Project number](https://console.cloud.google.com/home/dashboard) of the IAP protected resource.
0 commit comments