labd / django-cognito-jwt

An Authentication backend for Django Rest Framework for AWS Cognito JWT tokens
MIT License
177 stars 59 forks source link

Investigate if we can support the new alb auth #6

Open mvantellingen opened 6 years ago

mvantellingen commented 6 years ago

See https://aws.amazon.com/blogs/aws/built-in-authentication-in-alb/

Now, when I navigate to an authenticated page my Fargate containers receive the originating request with the X-Amzn-Oidc-* headers set by ALB. Using the information in those headers (claims-data, identity, access-token) my application can implement authorization.

sklarsa commented 3 years ago

I've been looking into this and am considering making a PR to get this working. Is there still interest here?