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

The current setup is not very automation-friendly. The only way to drive this from CI without baking the configuration (and secrets) into the source code is to do something like:...

feature request
help wanted

1. On running Build.sh file, I was getting error that I need at least 5 letter paraphrase to create keys. Hence I updated the code in build.js as - ![image](https://user-images.githubusercontent.com/33753404/104417059-cf873000-559a-11eb-8719-edb7f42041c4.png)...

Hi - love the plugin. I'm stuck in a redirect loop and I'm not sure why? I wonder if its because the lambda is attached to the http->https redirect behavior?...

Hello, I've implemented Lambda@Edge to authenticate users to my CloudFront distribution using Okta, I'm serving a PWA through this infrastructure. It works fine for some time, but if I leave...

I configured a website according to the documentation using Google to authenticate and now I'm getting this error after I sign in to my account. ``` The Lambda function returned...

bug

After successful or unsuccessful OAuth 2.0 authentication, the user is redirected back to the original application at so called callback URL, where cloudfront-auth verifies response code, nonce etc. In case...

Google OAuth 2.0 authentication could be used to authenticate Google user from any domain, including Google's own `gmail.com`. One just need to omit `hd=...` parameter in OAuth query. Google group,...

This resolves https://github.com/Widen/cloudfront-auth/issues/52 by making the following two changes: - use the [Get Members](https://developers.google.com/admin-sdk/directory/v1/reference/members/get?authuser=1) Google Directory API call instead of hasMembers, which has [this bug](https://issuetracker.google.com/issues/109861216). - remove the constraint, that...

Hi I've been trying to use this library to set up Google Oauth on our S3 bucket - Cloudfront. Unfortunately, I've been getting "JWT error, unauthorized" message on the log...

It would be awesome if a Cognito example could be provided, since this is AWS native. Currently I am struggling how to read additional attributes. provided by Cognito. Perhaps you...

feature request