AWS Cognito - перенаправление RESET_REQUIRED не работает - PullRequest
0 голосов
/ 06 июня 2018

В настоящее время я использую пользовательский интерфейс по умолчанию из cognito для аутентификации моих пользователей.Когда я отмечаю их как RESET_REQUIRED, перенаправление на Forgot_password не работает.

Вот заголовок запроса и ответа ...

HTTP/1.1 302 Found
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Date: Tue, 05 Jun 2018 21:22:15 GMT
Expires: 0
Location: redirect:/forgotPassword?redirect_uri=https://domain.delist&response_type=code&client_id=4711&errorMessage=Password reset required for user due to security reasons.
Pragma: no-cache
Server: Server
Strict-Transport-Security: max-age=31536000 ; includeSubDomains
X-Content-Type-Options: nosniff
X-Frame-Options: DENY
X-XSS-Protection: 1; mode=block
Content-Length: 0
Connection: keep-alive

Любая идея или я что-то пропустил?

1 Ответ

0 голосов
/ 23 октября 2018

Я думаю, что ваш заголовок Location неверен - попробуйте удалить "redirect:", чтобы он был

Location: /forgotPassword?redirect_uri=https://domain.delist&response_type=code&client_id=4711&errorMessage=Password reset required for user due to security reasons.

...