Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Outline

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

Morty Proxy This is a proxified and sanitized view of the page, visit original site.