Hello Team,
I have created a Policy with 2 Mechanisms.
1st Mechanism checks whether the provided user is valid or not if valid then transfer the control to the next Mechanism.
The next Mechanism is MAC OTP it sends the OTP to the user and Asks the user to enter OTP.
When I call the policy from the postman it works fine.
But when I try to call the same policy from the Nodejs application it breaks when the user enters the OTP.
Response
{
"exceptionMsg": "FBTAUT017E Authentication service received an invalid state ID [CUTAfkZMvLUbHgcw8pxqj7yjeWiLrJGjIWCrQrOwBdOJe69BClOetL2DfXgvIu6Rg4uYmPnpN1as6nSr6WVV9u8wxW6Ib3gU3CJ9I3K1qr9A41tj5BSlhBS2marJpGGo].",
"state": "",
"message": ""
}
I observe it work fine with cookies.
Can't we configure the policy to work without cookie(Want to use policy as API)?
Can anyone help with the same?
------------------------------
Mukesh
------------------------------