duo_api_csharp
duo_api_csharp copied to clipboard
Implement canonicalization v5 for API authentication
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 was done in Java, or https://github.com/duosecurity/duo_client_python/commit/ad5c312be6fa4bbb0966a21386f819933671dbcc for python.
Use Case
This API client will be unable to call newer API methods without the new authentication algorithm.
Workarounds
None