When running auth0-deploy-cli command export
a0deploy export -c \config.json -o \test-client -f directory
I was facing: Problem running command export during stage load when processing type guardianFactorProviders
I tried finding a solution on Auth0 community Tried using a different vesion of auth0-deploy-cli
I was expecting from it to populate the folder passed as argument with the tenant configurations.
When running auth0-deploy-cli command export
a0deploy export -c \config.json -o \test-client -f directory
I was facing: Problem running command export during stage load when processing type guardianFactorProviders
I tried finding a solution on Auth0 community Tried using a different vesion of auth0-deploy-cli
I was expecting from it to populate the folder passed as argument with the tenant configurations.
The answear is that you have to remove the read:guardian-factors from the checked scopes.
This is in case you checked all the scopes for your api (like I did) and like this documentation suggests.