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
+10-4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Cloud Identity-Aware Proxy Java Samples
2
-
Cloud Identity-Aware Proxy (Cloud IAP) lets you manage access to applications running in Compute Engine, App Engine standard environment, and Container Engine. Cloud IAP establishes a central authorization layer for applications accessed by HTTPS, enabling you to adopt an application-level access control model instead of relying on network-level firewalls. When you enable Cloud IAP, you must also use signed headers or the App Engine standard environment Users API to secure your app.
2
+
Cloud Identity-Aware Proxy (Cloud IAP) lets you manage access to applications running in Compute Engine, App Engine standard environment, and Container Engine.
3
+
Cloud IAP establishes a central authorization layer for applications accessed by HTTPS,
4
+
enabling you to adopt an application-level access control model instead of relying on network-level firewalls.
5
+
When you enable Cloud IAP, you must also use signed headers or the App Engine standard environment Users API to secure your app.
3
6
4
7
## Setup
5
8
- A Google Cloud project with billing enabled
@@ -29,6 +32,9 @@ It will be used to test both the authorization of an incoming request to an IAP
29
32
```
30
33
31
34
## References
32
-
[JWT library for Java](https://github.com/auth0/java-jwt)
0 commit comments