duo_universal_python
duo_universal_python copied to clipboard
Duo OIDC-based two-factor authentication for Python web applications
## Description The code comments for the state parameter indicate the minimum length of `state` is 22 characters, but the Duo docs (https://duo.com/docs/oauthapi#authorization-request) indicate it's 16. Let's reconcile the two....
In an POC scenario it was useful for me to have these config bits available testing when the browser in use is not on the localhost.
Hello, I have followed the demos and I am getting CORS error on browser when I am trying to redirect to the prompt_uri. Any idea why? ``` . . ....
## Description The pyOpenSSL module in `duo_universal_python` does not appear to be referenced. ## Motivation and Context This change seeks to remove an unused module to reduce dependencies / attack...