Post okta push verify factorResult status waiting

Hi, I am using Postman tool to trigger okta push verify api. I got okta verify in my android mobile which I authenticated but I am not sure who to get factorResult back as success in postman.

API used - https://*****.****.com/api/v1/users/{userid}/factors/{factorid}/verify

Okta push notification to android phone came in proper time and authentication done immediately. but factorResult is still in waiting.

Could you please help me on this query.

Hello,

When you issue a challenge you should get back a poll URL to check if challenge has been verified. Typically you would use an interval of about 5 seconds to keep polling util a success/reject/timeout is returned.

Thank You

1 Like