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.
- Deploy the application to the project
mvn clean appengine:deploy
- Enable Identity-Aware Proxy on the App Engine app.
- Add the email account you'll be running the test as to the Identity-Aware Proxy access list for the project.
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.