After the /authenticate API call, calling the /factor/v1/PasswordAuthenticator API failed with the following error
{
"errorCode": "0000011",
"errorMessage": "Not an intended action, proper x-flow-state header must be used"
}
The /authenticate API call's response has the following in the payload
"nextaction": "FACTOR_SELECTION"
VIP Authentication Hub 3.3.x, 3.4.x
Incorrect /factor/v1/PasswordAuthenticator API call, as VIP Authentication Hub expects /auth/v1/SelectedFactor API call firstly
Call /auth/v1/SelectedFactor API and then /factor/v1/PasswordAuthenticator API