I have a MEAN Stack application running on Amazon EC2 Instance. I want users to sign in to the application using a Single Sign On(SSO). Can you suggest some way in which I can authenticate the user for the application through SSO ?
Please note I do not want to provide the users access to the AWS Management Console. I am aware of authentication through SSO for AWS Management Console. I am looking for an application specific authentication through SSO for an Application deployed on Amazon EC2 Instance.
Amazon EC2 Instance Used: MEAN powered by Bitnami.
PS: I want to use SSO because that is a requirement for the project.