Implement authentication with aws cognito

I’ve successfully deployed a dash app on aws elastic beanstalk and now i would like to add authentication. To do so, i’d like to take advantage of aws cognito, but I can’t find working guidance for doing this.

Has anyone come across the issue and successfully overcome it? Can you please provide assistance or point in the right direction?

1 Like

You can use Cognito to access your Application Load Balancer (ALB) without modifying a single line of code.

That way, you have a customizable authentication portal to access your app.

Here is some resources on how to do that :

1 Like

Thank you @Xela95, great suggestion i’ll give it a try!!