Kristina Birk
Kristina Birk
Support for managing SSO applications via Admin API is planned; but we don't have an ETA. If you contact Duo Support, or your organization's Duo account manager, you can get...
1. The implementation in duo_unix lets the admin configure the timeout via a .conf file. 2. We have a configurable fail mode in duo_unix which determines if the client should...
Yeah, that should be fine. You could safely make the timeout for the initial connect even shorter i.e. 20 seconds.
The paging param name is `offset`, not `next_offset`. https://duo.com/docs/adminapi#response-paging I see the param name is given incorrectly in the auth logs section of that same doc page and will get...
Hm, OK. Investigating what it should actually be (since the other endpoints take `offset` in the gets)...
OK, `next_offset` is correct for authlogs. Looking more closely at your screenshot you might not include all the needed info. You need to pass in both of those values as...
hmm ``` kristina@api examples % python -m duo_client.client --ikey $IKEY --skey $SKEY --host $HOST --method GET --path /admin/v2/logs/authentication mintime=1712015808000 maxtime=1713383808000 limit=1 200 OK { "response": { "authlogs": [ { "access_device":...
@amarinderca Did you mean to create a pull request with the proposed change?