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.
Hi, we’ve implemented DUO Universal Prompt in a .Net web app using the .Net DuoUniversal library 1.1.3 published on Nuget.
The whole back and forth works great. However, in the very last step where we attempt to exchange the authorization code it jus...
Ok, following up.
The issue was on our side. Apparently using the .Result() as a cheat to call the async method from a non-async method was causing a repeatable deadlock.
We wound up just making the chain of calls async all the way through and everyt...
So, I grabbed a copy of the library from git hub so I could step through the code.
In the screenshots below you can see I’ve followed the duoClient.ExchangeAuthorizationCodeFor2faResult() call all the way into a DoPost() method.
Looks like a standard...