Bạn đang muốn tìm hiểu thông tin về chủ đề “How do I continue the CUSTOM_AUTH flow for a CUSTOM_CHALLENGE after PASSWORD_VERIFIER runs?”. chuyenphatnhanhdhlvn.com sẽ tổng hợp các thông tin để trả lời thắc mắt cho các bạn trong bài viết này. Mời các bạn đọc hết bài viết này để tìm được những thông tin mà mình muốn xem nhé. Bạn cũng có thể xem thêm một số bài viết chủ đề khác tại đây: chuyenphatnhanhdhlvn.com/blog invalidparameterexception: custom auth lambda trigger is not configured for the user pool., Aws cognito user pool client does not exist.
Xem thông tin về How do I continue the CUSTOM_AUTH flow for a CUSTOM_CHALLENGE after PASSWORD_VERIFIER runs?
Thông tin về câu hỏi
- Câu hỏi: How do I continue the CUSTOM_AUTH flow for a CUSTOM_CHALLENGE after PASSWORD_VERIFIER runs?
- Thời gian hỏi: Hỏi 15 Phút Trước
- Thời gian trả lời: Trả lời lúc 51 Phút Trước
- Số lượt xem: 14450
How do I continue the CUSTOM_AUTH flow for a CUSTOM_CHALLENGE after PASSWORD_VERIFIER runs?
After the PASSWORD_VERIFIER
has successfully executed and returned a challengeResult
with a challengeName
of CUSTOM_CHALLENGE
, you can continue the CUSTOM_AUTH
flow by responding with a new challengeName
and any necessary parameters for the challenge.
To do this, you can call the respondToAuthChallenge
API method with the following parameters:
-
ChallengeName
: The name of the challenge you want to respond to, which in this case isCUSTOM_CHALLENGE
. -
ChallengeResponses
: A map containing the challenge parameters that are required for theCUSTOM_CHALLENGE
challenge. The specific parameters that you need to provide will depend on the details of your challenge, but they may include things like a challenge session token or other authentication data. -
Session
: The session object returned by the previousInitiateAuth
orRespondToAuthChallenge
API call.
Once you’ve called respondToAuthChallenge
with these parameters, Cognito will execute the challenge and return a challengeResult
with a new challengeName
and any necessary parameters for the next step in the flow. You can continue calling respondToAuthChallenge
with the new challengeName
and parameters until the authentication process is complete.
Note that the exact details of how to handle the CUSTOM_CHALLENGE
will depend on the specific implementation of your authentication flow, so you should consult the AWS Cognito documentation and any relevant SDKs or sample code for more specific guidance.
Xem video liên quan đến How do I continue the CUSTOM_AUTH flow for a CUSTOM_CHALLENGE after PASSWORD_VERIFIER runs?
AWS re:Invent 2016: Add User Sign-In, User Management, and Security with Amazon Cognito (MBL310)
Hình ảnh liên quan đến How do I continue the CUSTOM_AUTH flow for a CUSTOM_CHALLENGE after PASSWORD_VERIFIER runs?
Tìm thấy 32 chủ đề phù hợp chủ đề How do I continue the CUSTOM_AUTH flow for a CUSTOM_CHALLENGE after PASSWORD_VERIFIER runs?.
Bạn có thể xem thêm một số thông tin liên quan đến How do I continue the CUSTOM_AUTH flow for a CUSTOM_CHALLENGE after PASSWORD_VERIFIER runs? tại đây
- Continue with custom auth flow after … – Stack Overflow
- CUSTOM_AUTH with password does not work with Auth.signIn()
- Define Auth challenge Lambda trigger … – 亚马逊云科技
- Custom Auth Flow – Retry Challenge? | AWS re:Post
Bình luận của người dùng về câu trả lời này
Có tổng cộng 79 bình luật về câu hỏi này. Trong đó:
- 1009 bình luận rất tuyệt vời
- 623 bình luận tuyệt vời
- 374 bình luận bình thường
- 45 bình luận kém
- 27 bình luận kém rém
Vậy là bạn đã xem xong bài viết chủ đề How do I continue the CUSTOM_AUTH flow for a CUSTOM_CHALLENGE after PASSWORD_VERIFIER runs? rồi đó. Nếu bạn thấy bài viết này hữu ích, hãy chia sẻ nó đến nhiều người khác nhé. Cảm ơn bạn rất nhiều.