I’m having trouble when I try to integrate the prompts functionality to our existing setup.
We have tenant.yaml file with prompts
as below:
prompts:
identifier_first: true
universal_login_experience: new
webauthn_platform_first_factor: false
When I execute the command a0deploy import --input_file tenant.yaml --config_file config.json --debug
, I do not see any log entries related to prompts.
Additionally, the Authentication Profile
does not change to Identifier First
.
I’m using auth0-deploy-cli
version v7.24.0 and node
version v20.14.0