APIs

A public forum for all your questions about Duo’s API. Troubleshoot API issues and learn from our community how others are protecting their applications.
cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Labels

Forum Posts

Is it possible to send passcode / push notification to registered users phone using DUO auth API in java without a user interface? I tried the sample DUOServlet program and when the servlet is invoked with a request, it returned HTML with multiple ch...

2X_1_11ec78603fb3734a9ca1a8c605aeb540c34e6035.png

I’ve written an implementation using the java SDK at https://github.com/mlbiam/unison-auth-duo/blob/master/src/main/java/com/tremolosecurity/proxy/auth/DuoSecLogin.java and am running into issues validating the app response. The auth response runs fi...

So I enabled the Accounts API and Admin API in my parent account. I can call both APIs methods successfully including getting back the list of child accounts. However I am really confused because the Accounts API documentation states: Once a customer...

I am trying to use the Admin API. I’m being told my Authorization signature is invalid with a HTTP 401 response code (“Invalid signature in request credentials” - 40103 to be precise). The trouble is I’m following the guidance in the documentation he...

Vince4 by Level 1
  • 2216 Views
  • 4 replies
  • 0 Helpful votes

Hi, I am evaluating DUO. I need to integrate DUO with my web application written using Oracle J E T javascript framework. I need to invoke 2 factor authentication DUO popup only on the click of a button in a specific page and not right after initial ...

S_p1 by Level 1
  • 1853 Views
  • 1 replies
  • 0 Helpful votes

Hello All, Our organization would like to change “When I log in” option to “Ask me to choose an authentication method” for everyone by default. Is there a way to do this using the API or somewhere in global settings?

ssbobkova by Level 1
  • 902 Views
  • 0 replies
  • 0 Helpful votes

When paging in the API, since things are index based, there are race conditions where records can be omitted or sent twice. (if deletes or inserts happen while retrieving all) e.g. lets say there are groups: test1, test2, test3, test4 Then I call /g...

mchyzer12 by Level 1
  • 1968 Views
  • 3 replies
  • 0 Helpful votes

In the Duo Admin Panel (Duo Admin - Managing Users | Duo Security), you can drag devices up and down to reorder them. How would you accomplish the equivalent operation using the Duo Admin API (Duo Admin API | Duo Security)?

mbeerman by Level 1
  • 1775 Views
  • 1 replies
  • 0 Helpful votes

Resolved! Sorting of devices

@DuoKristina, Suppose a user has three devices added in duo. When I do an auth api request through the endpoint /auth/v2/preauth, in which order the devices are returned? Are those returned in the order they are showing up on the admin sdk? If the a...

3 different methods/approaches, getting 3 different errors. {“code”: 40101, “message”: “Missing request credentials”, “stat”: “FAIL”} {“code”: 40104, “message”: “Missing request timestamp”, “stat”: “FAIL”} {“code”: 40103, “message”: “Invalid signatur...

Hance by Level 1
  • 2386 Views
  • 2 replies
  • 0 Helpful votes
Quick Links