How to redirect after verification amazon cognito using confirmation URL?

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.

+6
source share
2 answers

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

, . , redirect_uri URL Cognito.

, HTTP API

+5

, . .

0

All Articles