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.
Hello,
I’m trying to get a test application working with Duo in PHP. I’m following all of the instructions on GitHub, found here:
GitHub
GitHub - duosecurity/duo_php: Duo two-factor authentication for PHP web...
Duo...
Hello,
I am working on a few Perl scripts using the Duo::API module from GitHub. I am mostly using json_api_call() and everything seems to work fine, except that if there is an error, the script just prints the API response message and dies. This s...
Looking at the Web.php source code, I found where the error originates from. It looks like the signRequest() function expects an integration key ($ikey), secret key ($skey), application secret key ($akey), and username. The problem is that I am pro...