Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 658 Bytes

File metadata and controls

43 lines (30 loc) · 658 Bytes

GSP499 - User Authentication: Identity-Aware Proxy

Setup

```bash
gsutil cp gs://spls/gsp499/user-authentication-with-iap.zip .
```
```bash
unzip user-authentication-with-iap.zip
```
```bash
cd user-authentication-with-iap
```

Task 1. Deploy the application and protect it with IAP

  1. Review the application code

    cd 1-HelloWorld
    cat main.py
  2. Deploy to App Engine

    gcloud app deploy
    gcloud app browse
  3. Restrict access with IAP

Task 2. Access user identity information

Task 3. Use Cryptographic Verification