You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to AWS documentation, "create/verify auth challenge" Cognito user pool events should have userNotFound field, and they did as far as I tested on my AWS account. However, user_not_found fields are missing in:
Comments on closed issues are hard for the maintainers of this repository to see.
If you need more assistance, please open a new issue that references this one.
If you wish to keep having a conversation with other community members under this issue feel free to do so.
According to AWS documentation, "create/verify auth challenge" Cognito user pool events should have
userNotFound
field, and they did as far as I tested on my AWS account. However,user_not_found
fields are missing in:CognitoEventUserPoolsCreateAuthChallengeRequest
CognitoEventUserPoolsVerifyAuthChallengeRequest
They should have
user_not_found
field similar toCognitoEventUserPoolsDefineAuthChallengeRequest
.userNotFound
information helps us when we have to generate dummy challenges for non-existing users so that users' presence is not disclosed.The text was updated successfully, but these errors were encountered: