Amazon Cognito

  1. Create an Amazon Cognito User pool, choosing your preferred authentication strategy, following the AWS documentation.

  2. Create an App Client, for your user pool to connect to your ECS Graph.Build application. For allowed callback url choose use your DNS name and PORT in the following format: https://{your-new-dns-name}:{port, possibly 9600}/oauth2/idpresponse

Last updated