duo_api_csharp
duo_api_csharp copied to clipboard
Hello, I would like to integrate this into an existing .NET Core CLI. I am struggling to do this due to the reliance on namespaces like `System.Web.Script.Serialization` and `System.Web`. ##...
## Detailed Description New Duo API endpoints such as the policy API require the most recent API authentication scheme, so we need that implemented here. See https://github.com/duosecurity/duo_client_java/commit/1f8b6343b79e453dfc259cedf4f3ec220a5a0729 for how this...
Needs review. Proxy detection has been commented out. Quite a bit of refactpring.
Im trying to use API - but all the time i have 401 response. To reproduce simple - clone repo - run example with valid registered in account integration key/secret...
## Description This PR represents a significant rewrite of the library to bring it up to modern dotnet core standards. This includes: - Uplifting to current c# language level, rewriting...
Add async support for various methods such as HttpRequests, etc. ## Detailed Description The current DuoApi library is fully synchronous and relies on HttpWebRequest, StreamReader.ReadToEnd(), and other blocking operations. To...