
1wpjp (1wpjp) asked a question.
Hey,
I am trying to remember autoPush setting, I think I am doing everything as described in docs. What do I miss ?
The request:
Factor id is starting with "opf".
After receiving the push I approve its me on okta side and even tho in the later responses there is autoPushEnabled always set to false:
{
"stateToken":"00mY3p_b3H3RIjiz46WhXLy9sHMt8eB155QTHf30Bm",
"expiresAt":"2022-04-04T08:42:37.000Z",
"status":"MFA_CHALLENGE",
"factorResult":"WAITING",
"challengeType":"FACTOR",
"_embedded":{
"policy":{
"allowRememberDevice":false,
"rememberDeviceLifetimeInMinutes":0,
"rememberDeviceByDefault":false,
"factorsPolicyInfo":{
"opf15y3x8yqtG1mWG0h8":{
"autoPushEnabled":false
}
}
}
}
}

Hi @1wpjp (1wpjp),
Thank you for posting on our Okta community page!
I have done some research on my end and based on the documentation provided bellow it seems that the Auto Push preference is stored in the browser cookie, therefore, please check the browser settings to retain cookies and not delete them because if they are erased, then "autoPushEnabled" will be set to false.
I hope the above information is helpful!