11-01-2023 08:08 AM
Noticed in the article it said "This API cannot view or manage Duo Single Sign-On applications.", but didn't know later on down the road if this was going to be accessible.
https://duo.com/docs/adminapi#integrations
Solved! Go to Solution.
12-20-2023 06:38 AM
The Integrations v2 endpoints can manage SSO applications.
/admin/v1/integrations = no SSO apps
/admin/v2/integrations = SSO apps
This Admin API v2 endpoint uses different signing/authorization than what's documented on that page. The Python and Java Duo API clients have been updated to support the new signing, so if you want to try it please use one of those clients.
12-20-2023 06:38 AM
The Integrations v2 endpoints can manage SSO applications.
/admin/v1/integrations = no SSO apps
/admin/v2/integrations = SSO apps
This Admin API v2 endpoint uses different signing/authorization than what's documented on that page. The Python and Java Duo API clients have been updated to support the new signing, so if you want to try it please use one of those clients.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide