Table of Contents

About

The verifyContact state

Account confirmation occurs either using :

  • the email verification process (After users submit their registration (sign-up), Amazon Cognito will send a confirmation email with:
    • a verification code to the address they provided. Users return to the site and enter their email address and the verification code they received
    • or a link
  • or a manual confirmation through the Amazon Cognito console. For testing, you can confirm user accounts using the Amazon Cognito console using fake email addresses

The verification email may end up in your spam folder. For real deployments, configure the user pool to use Amazon Simple Email Service to send emails from a domain you own.

Account confirmation needs a domain as it's added to the confirmation link.

https://domain.auth.eu-central-1.amazoncognito.com/confirmUser?client_id=69agshfavua6m4lb8t&user_name=gerardnico&confirmation_code=226603

Cognito Registration Confirmation

Documentation / Reference