[Docs]: aws_cognito_user_pool_client -> explicit_auth_flows does not mention ALLOW_USER_AUTH #41028
Closed
Description
Documentation Link
https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/cognito_user_pool_client
Description
aws_cognito_user_pool_client
-> explicit_auth_flows
should now support ALLOW_USER_AUTH
, so that during sign in process, the user can choose between password, otp, biometric devices, security keys etc. I'm not sure if this is only missing in the docs, or if something else needs to change as well.
References
Would you like to implement a fix?
No