<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-M74D8PB" height="0" width="0" style="display:none;visibility:hidden">
Loading
Skip to NavigationSkip to Main Content
0D54z00007XuGT1CANOkta Classic EngineAuthenticationAnswered2024-03-25T09:35:20.000Z2022-04-04T08:43:23.000Z2022-04-05T16:46:10.000Z

1wpjp (1wpjp) asked a question.

Remember autoPush not working on mobile side - Android

Hey,

 

I am trying to remember autoPush setting, I think I am doing everything as described in docs. What do I miss ?

The request:

200 https://gr.oktapreview.com/api/v1/authn/factors/opf15y3x8yqtG1mWG0h8/verify?autoPush=true&rememberDevice=false

 

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

      }

     }

   }

  }

}


This question is closed.
Loading
Remember autoPush not working on mobile side - Android