cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
296
Views
0
Helpful
1
Replies

Any plans to have the Admin API view or manage Duo SSO integrations?

Gigawatt
Level 1
Level 1

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

1 Accepted Solution

Accepted Solutions

DuoKristina
Cisco Employee
Cisco Employee

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.

Duo, not DUO.

View solution in original post

1 Reply 1

DuoKristina
Cisco Employee
Cisco Employee

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.

Duo, not DUO.
Quick Links