Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Hi There,
I’m attempting to build an authentication integration through the API. Most everything is working as expected, except for the auth_status endpoint when working through an ‘asynchronous’ request (only tested using the ‘push’ factor)
The init...
Hi There,
I never received any followup on the subject. We’ve been living with the “wait until response or timeout” for now as we had to move on. I did not notice the “long-poll” statement on the endpoint documentation, so the behaviour was extra c...
Sure thing!
I’m pulling these values out of the example Java client with some added ‘println’ lines…
To /auth/v2/auth endpoint is posted:
async=1&device=$deviceId&factor=push&username=$uid
where $deviceId is the Duo ID for the device
and where $uid i...