Incorrect default mfa_configuration
value of OFF
instead of NONE
in latest amplify_outputs.json
#1644
Labels
amplify_outputs
Issue related to generating amplify_outputs for deployed backends
bug
Something isn't working
p2
Environment information
Description
The amplify_outputs.json value for auth configuration contains the following field/value
"mfa_configuration": "OFF"
. This is causing Amplify configuration error on Android native applications due to a deserialization error for the incorrect/unsupported value. The expected value isNONE
.Auth backend definition:
Here's the generated auth configuration in amplify_outputs.json:
The text was updated successfully, but these errors were encountered: