I want to redirect to a specific url after user confirmation in amazon cognito.
When the user registers, he will receive a confirmation by mail with a confirmation link as follows https: // <> .auth.us-west-2.amazoncognito.com / confirmUser? client_id = <<→ & user_name = <<<<<<; <→ & CONFIRMATION_CODE = <<">
If the user clicks on the link above, it will be redirected to the confirmation page.
Once user confirmation is complete, the page should redirect to my application.
Please give me some idea to solve this problem.
Currently, this redirect cannot be performed using the confirmation email link. I tried adding redirect_uri to the validation url, but they do not work.
Bypass
backend lambda, GET https://your_domain.auth.us-west-2.amazoncognito.com/confirmUser?client_id=somevalue&user_name=some_user&confirmation_code=some_code
302 https://myapp.com API
, . , redirect_uri URL Cognito.
, HTTP API
, . .