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.
@Duo @DuoSecurityWe are trying to figure out why calling /admin/v1/integrations via the official Golang API client works, but /admin/v2/integrations does not. Unfortunately, Duo support staff are struggling to help. Does anyone have experience, or an...
SOLUTION: Use v5 signing when making requests. The JSONSignedCall function uses v5. Here is the pull request.https://github.com/duosecurity/duo_api_golang/pull/48To use v5 signatures, you need to convert their params from type url.values to JSONParam...