You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an intentional two minute delay in availability of new authentications in the API response. Duo operates a large scale distributed system, and this two minute buffer period ensures that calls will return consistent results. Querying for results more recent than two minutes will return as empty.
). Given this, it is quite possible that depending on refresh intervals the user will receive an empty list, when in fact results would be expected.
PR will appear as follows:
# Querying for results more recent than two minutes will return as empty.
if 'maxtime' not in params:
params['maxtime'] = int(time.time() - 120) * 1000
The text was updated successfully, but these errors were encountered:
@csanders-git Duo is looking to improve our developer experience, if you are interested in providing us with feedback, please see the below
Duo is looking to learn how to significantly improve the developer experience and what tools, resources, and technology (eg: sandboxes, new sdks, etc.) would best-enable customers to work faster and build things more easily with Duo's developer ecosystem. If your org is a Duo customer, and you have done development work (ex; authentication integrations, creation of a homegrown admin tool, log consumption for SIEMS, etc) with Duo's developer tools/resources in the past year, we would love to speak with you about your experience, what tools/resources you used, and your pain points.
This will be a 60-minute session during which you’ll have the opportunity to discuss your honest thoughts and feedback with Duo researchers. No preparation is necessary, and please know that this is not a sales call or product demo.
If you’re interested in participating, please email [email protected] to start the scheduling process.
Once the 60-minute session is complete, you will receive a token of appreciation in the form of a $75 e-gift card through Tremendous (options for Amazon or select retailers).
Please let me know if you have any questions!
Thanks!
Documentation says
However, maxtime is set by default to now. (see
duo_client_python/duo_client/admin.py
Line 448 in 7c5b115
PR will appear as follows:
The text was updated successfully, but these errors were encountered: