cloudfront-auth icon indicating copy to clipboard operation
cloudfront-auth copied to clipboard

An AWS CloudFront Lambda@Edge function to authenticate requests using Google Apps, Microsoft, Auth0, OKTA, and GitHub login

Results 44 cloudfront-auth issues
Sort by recently updated
recently updated
newest added

Hey sorry that prettier was on and did a bit of reformatting the code, if you want me to re-open this pull request without it lmk and I will. Anyway...

Since we need to use a `CloudFrontOriginAccessIdentity` to not expose our S3 content publicly, we can't (I believe) use the S3 website endpoint as a CloudFront origin, meaning we can't...

## Issue I'm have the following error after used the "Login with google" in Auth0. ![Error](https://i.imgur.com/C0KUNw1.png) ## Configs ### Lambda ```json { "AUTH_REQUEST": { "client_id": "", "response_type": "code", "scope": "openid...

Hi, I ame facing issues by using cloudfront-auth with Ath0, once I call my cloudfront page I getting the error "Internal Server Error Error 500" in a black page. Could...

This pull request resolves issue #38 with additional feature of providing configuration using command line arguments.

We received the notification from AWS about Node.js 10 EOL in Lambda. https://docs.aws.amazon.com/lambda/latest/dg/runtime-support-policy.html We can no longer create functions that use the runtime after July 30, 2021. We can no...

I've set this up following the directions for Okta auth precisely and when I visit the CNAME address that points to this CloudFront distribution, I'm redirected to Okta for authentication....

When building a GitHub provider using the build script, an "Organization" is prompted but it's not entirely clear that this value is expected to be the GitHub Organization used for...

feature request
good first issue

JWT signature validation fails to discover signing keys when the application has custom signing keys - for example due to usage of [the claims-mapping feature](https://docs.microsoft.com/en-us/azure/active-directory/develop/active-directory-claims-mapping). This can be resolved by...