| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
This sample demonstrates how to use the Cloud Identity-Aware Proxy on Google App Engine.
Install the Google Cloud SDK and run:
gcloud init
If this is your first time creating an App engine application:
gcloud app create
This application depends on being enabled behind an IAP, so this program should not be run locally.
mvn clean package appengine:deploy
Once deployed, access https://your-project-id.appspot.com . This should now prompt you to sign in for access. Sign in with the email account that was added to the Identity-Aware proxy access list. You should now see the jwt token that was received from the IAP server.
| Back | FazBrowse Home | New Git URL |