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

Hi, is it possible to do a full directory sync, as “Sync now” in the admin panel? I only found this, wich sync only a specific user: Admin API Sync User Directory not found API forum I am using a PowerShell script to attemp...

Hello, I’m adding DUO web sdk v4 to my MVC project. I have added the DUO Universal project to the solution, client seems to work, DUO health check is passed, and am redirected to the API site. I get 2FA notification on my device and click approve (a...

msde by Level 1
  • 7138 Views
  • 2 replies
  • 0 Helpful votes

Hi, I have as ASP.Net MVC 4 web application that is running Duo web SDK 2 just fine. It’s currently build with .Net Framework 4.5. I am trying to upgrade to Duo Universal web SDK 4; I have changed the target framework to .Net 4.8 and added the Duo ...

msde by Level 1
  • 756 Views
  • 0 replies
  • 0 Helpful votes

We are implementing the Duo OIDC Auth API for adding strong two-factor authentication to our web application.( Duo OIDC Auth API - Duo Universal Prompt | Duo Security) In our understanding Duo uses FAPI security client_secret_jwt for client authentic...

vishnu.g by Level 1
  • 852 Views
  • 1 replies
  • 0 Helpful votes

Using the Duo Auth API, /auth/v2/preauth, - no results are returned if the user has only a security key configured. We are trying to prompt our users to create bypass codes, but only if they have other methods configured with Duo, however, the preau...

by Not applicable
  • 758 Views
  • 1 replies
  • 0 Helpful votes

Hello Team I am running into the following issue using the Duo Admin API with Postman. When I run a GET request such as the following, I get an HTTP status code of 200 and a valid response. https://{{duo-API-HOST}}/admin/v1/users?username=xxx.yyy Whe...

2X_0_027914194dadd289bc01f6341bbc8d0db56a7a6c.png
patander by Level 1
  • 810 Views
  • 1 replies
  • 0 Helpful votes

We hava a JavaFX application that makes use of the toolkit’s WebView component. This is essentially an embedded WebKit browser. We use this component to perform our applications authentication process in this embedded browser. This is the result we e...

2X_4_41b8c52787d7ab56500dac51623ac2f834b0328e.png

We’d like to know whether DUO OIDC APIs are FAPI complaint. i.e how much it implemented Financial-grade API Security Profile (FAPI) 1.0 – Part 1: Baseline Financial-grade API Security Profile (FAPI) 1.0 – Part 2: Advanced

vishnu.g by Level 1
  • 512 Views
  • 0 replies
  • 0 Helpful votes

Howdy All, First let me admit my ignorance with APIs, and assume that I know nothing. #!/bin/bash -u FORM=“Content-Type: application/x-www-form-urlencoded” NOW=$(date -R) #get these from the Duo Admin interface INT=“obfuscated integration key from ad...

Quick Links