Create User Pool

  1. Open Amazon Cognito console.

    • Select User pools on the left menu.
    • Click Create user pool. CreateUserPool
  2. At Set up resources for your application page.

    • Select Traditional web application.
    • Enter cognito-fcj-book-shop at Name your application field. CreateUserPool
    • Scroll down, select Email at Configure options box.
    • Click Create user directory button. CreateUserPool
  3. Back to Amazon Cognito management console.

    • Select User pools on the left menu.
    • Choose User pool - … that just created before. CreateUserPool
  4. At User pool - … page.

    • Click App clients on the left menu.
    • Click cognito-fcj-book-shop App client name. CreateUserPool
  5. At App client: cognito-fcj-book-shop page.

    • Record Client ID and Client secret value for later use.
    • Click Edit button. CreateUserPool
  6. At Edit app client information page.

    • Select Sign in with username and password: ALLOW_USER_PASSWORD_AUTH at Authentication flows. CreateUserPool
    • Scroll down to the bottom and click Save changes button. CreateUserPool