Skip to content

Latest commit

 

History

History
37 lines (27 loc) · 1.17 KB

README.md

File metadata and controls

37 lines (27 loc) · 1.17 KB

Cloud Identity-Aware Proxy sample for Google App Engine

This sample demonstrates how to use the Cloud Identity-Aware Proxy on Google App Engine.

Setup

Install the Google Cloud SDK and run:

   gcloud init

If this is your first time creating an App engine application:

   gcloud app create

Running locally

This application depends on being enabled behind an IAP, so this program should not be run locally.

Deploying

  • 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.

Test

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.