Skip to content

aws-samples/lambdaedge-openidconnect-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Amazon CloudFront and Lambda@Edge OIDC Function

Purpose

Create a globally-distributed Amazon CloudFront Distribution (CDN) that will securely serve-up static files from an Amazon S3 Bucket using OpenID Connect. The purpose of this repository is to allow organizations or users to integrate with their preferred OpenID Connect compliant Identity Provider (IdP).

Pre-requisites

Steps For Setup

The following set of steps should be followed to deploy this solution:

  1. Create a base AWS Secrets Manager Secret Configuration
  2. Deploy the AWS SAM Stack
  3. Set up Registered OIDC Application
  4. Generate OIDC Configuration
  5. Update AWS Secrets Manager
  6. Navigate to Amazon CloudFront URL / Troubleshoot

Configuration CLI

For more details about generating the configuration file for AWS Secrets Manager please refer to CLI Documentation

Request Flow

request_flow

  1. User requests content from Amazon CloudFront Distribution
  2. AWS Lambda@Edge Viewer Request invoked
    1. If valid authentication cookie present in header, redirect to Amazon S3 Bucket.
    2. If no authentication cookie is present or expired/invalid cookie header is present, continue to step 3.
  3. AWS Lambda@Edge Function redirects request to IdP for Authentication request.
    1. If Authentication challenge fails - deny access and exit.
    2. If Authentication challenge succeeds - continue on.
  4. Retrieve object from Amazon S3 bucket and return content to requestor via Amazon CloudFront Distribution. User is happy :)

TL;DR

This will create the following AWS infrastructure

  • S3 Data Bucket
  • S3 Logging Bucket
  • CloudFront Distribution
  • Lambda@Edge Function for OIDC Auth

Troubleshooting

Please refer to this document for Troubleshooting common scenarios. Open a GitHub issue if this does not help!

Identity Provider (IdP) Setup Instructions

Security

See CONTRIBUTING for more information.

License

This library is licensed under the MIT-0 License. See the LICENSE file.

Contributors

  • Viyoma Sachdeva
  • Matt Noyce

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published