From 9c716440f70044d1a4d770e86364002a9ec664b4 Mon Sep 17 00:00:00 2001 From: Mark Skelton Date: Wed, 3 Aug 2022 14:56:17 -0500 Subject: [PATCH] Project archival --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index dba02e8..1afdfd1 100755 --- a/README.md +++ b/README.md @@ -1,3 +1,9 @@ +# This project has been archived! + +See https://github.com/Widen/cloudfront-auth/issues/104 for details about the status of this project. + +--- + [Google Apps (G Suite)](https://developers.google.com/identity/protocols/OpenIDConnect), [Microsoft Azure AD](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-protocols-oauth-code), [GitHub](https://developer.github.com/apps/building-oauth-apps/authorization-options-for-oauth-apps/), [OKTA](https://www.okta.com/), [Auth0](https://auth0.com/), [Centrify](https://centrify.com) authentication for [CloudFront](https://aws.amazon.com/cloudfront/) using [Lambda@Edge](http://docs.aws.amazon.com/lambda/latest/dg/lambda-edge.html). The original use case for `cloudfront-auth` was to serve private S3 content over HTTPS without running a proxy server in EC2 to authenticate requests; but `cloudfront-auth` can be used authenticate requests of any Cloudfront origin configuration. ## Description