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

We are using OneLogin as Identity provider which has OpenID Connect. We used the existing configuration for Okta and got it working with OneLogin. However we feel like some Okta-specific...

feature request
help wanted

Would be great if this auth plugin support the SAML protocol. It looks like OpenIdConnect, but maybe older way. It is supported by MS Active Directory, or other Identity Provider...

feature request
help wanted

Deploying this function results in blocking any CORS request. Main issue here is that when browser issues preflight request via OPTIONS (https://www.w3.org/TR/cors/#cross-origin-request-with-preflight-0 and https://developer.mozilla.org/en-US/docs/Glossary/Preflight_request) it doesn't include any cookies, that...

Hello, I was wondering if there was a reason that the token cookie isn't using some of the properties listed in the title. I noticed that httpOnly is used for...