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.
I have a C# Application that uses DUOUNIVERSAL. It all works.I call Redirect(promptUrl) to send the Push to the mobile devices.How can I handle the case where the user IGNORES or DENIES the Push notification? DUO returns "LOGIN DENIED" - how can I...
DUO Universal. How can I make a single call that will authenticate a user , 'ping' the DUO app on their phone and authenticate. The DUO Universal example uses a Page call back. I have the DUO Universal sample working fine... https://github.com/duosec...
HiI'm looking at the DUOuniversal.Example / C#How can I just call the DUO endpoint and pass the user, without being prompted to manually enter the User? I Don't want to show the DUO prompt, just pass/call the endpoint with the User and wait for the...