duo_client_python icon indicating copy to clipboard operation
duo_client_python copied to clipboard

Python library for interacting with the Duo Auth, Admin, and Accounts APIs

Results 37 duo_client_python issues
Sort by recently updated
recently updated
newest added
trafficstars

## Description I am using the Duo client to get auth logs in roughly 6-7 minute intervals. The project is in development and once deployed that interval will be measured...

## Description We haven't had any issues up til about a month ago. We are on `duo-client` version 4.7.1. When a user attempts to add a yubikey to their account,...

Hello from lyft/cartography! We're using the duo client and realized that it doens't automatically use the `HTTP_PROXY` environment variable. We've been using your [provided method](https://github.com/lyft/cartography/blob/0c852d26ec32e7dedda28d260290023ea98f3b7e/cartography/intel/duo/__init__.py#L34) `set_proxy`, but it would be...

Feature Request

Since TLS_PROTOCOL is itself deprecated, this is the suggested update. It does technically change the default behavior though: https://docs.python.org/3/library/ssl.html#ssl.PROTOCOL_TLS_CLIENT ``` The protocol enables [CERT_REQUIRED](https://docs.python.org/3/library/ssl.html#ssl.CERT_REQUIRED) and [check_hostname](https://docs.python.org/3/library/ssl.html#ssl.SSLContext.check_hostname) by default. ~``

Hi, I'm trying to pull auth logs from the last 30 days using: `admin_api.get_authentication_log(api_version=2, kwargs=params)` I did manage to get them but I can't manage to paginate through the results...

question

## Description Add enable_auto_prompt for user creation/modification endpoints ## Motivation and Context Giving Kits the ability to disable/enable automatic factor selection is going GA in D288 ## How Has This...

## Description Usage section in READ.me appears to point to an old path. See [Issue 270](https://github.com/duosecurity/duo_client_python/issues/270) ## Expected Behavior $ python examples/Admin/report_users_and_phones.py ## Actual Behavior $ python examples/report_users_and_phones.py ## Steps...

## Description Usage section in READ.me appears to point to an old path: ## Expected Behavior $ python examples/Admin/report_users_and_phones.py ## Actual Behavior $ python examples/report_users_and_phones.py ## Steps to Reproduce n/a...

good first issue

## Description Add gets for custom_branding, draft_custom_branding and custom_messaging that are currently missing ## Motivation and Context It is missing from the lib but documented in the API https://duo.com/docs/adminapi#custom-branding We...

## Detailed Description there is an auth summary page in the app that provides general summary of all denied/granted requests across a time range. the API endpoint is /reports/auth-summary. it...

good first issue