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

Navigation banner_4

Forum Posts

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 Community Member
  • 1694 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 preaut...

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

Has anyone had any luck getting powershell to work. with the API. The documenation is horrid and i don’t want to go through the hassle of the module that i found on github. If anyone has any scripts to connect to it with powershell, that would be awe...

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 Frequent Visitor
  • 1719 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
Brett_Smith by Community Member
  • 2903 Views
  • 4 replies
  • 0 Helpful votes

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 Community Member
  • 993 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...

Ben_Holmes by Community Member
  • 5084 Views
  • 9 replies
  • 0 Helpful votes

Hi There, I am generating an activation code /admin/v1/phones/[phone_id]/activation_url and then i am calling /admin/v1/phones/[phone_id]/send_sms_activation . Below is my code Http request = new Http.HttpBuilder("POST", cmd.getOptionValue("host"), "...

Ripul by Community Member
  • 2230 Views
  • 1 replies
  • 0 Helpful votes

Hi There, I need some assistance in calling DUO api for admin activities like create user, edit user, delete user. I am almost done but I need assistance on below one Pre-request Script for HTTP requests The Duo APIs use HTTP Basic Authentication. Th...

Ripul by Community Member
  • 3445 Views
  • 6 replies
  • 0 Helpful votes

I am trying to get logs using admin API. I generated the HMAC signature using the python code from the Cisco documentation. import base64, email.utils, hmac, hashlib, urllib def sign(method, host, path, params, skey, ikey): “”" Return HTTP Basic Auth...

ssrinidhi by Visitor
  • 3726 Views
  • 3 replies
  • 0 Helpful votes

Hello I am having issue in (JAVA-Duo-Universal-SDK) V - 1.1.3 because this SDKs use an old version of OAuth lib com.auth0:java-jwt:3.3.0 and in My Web Application i am using OAuth Version-3.11.0 for some JWT Purpose Event java.lang.NoSuchMethodError:...

2X_a_a83d8b882bcde294957735258671148dc29e2be8.png
ROHIT_Pawar by Community Member
  • 1531 Views
  • 1 replies
  • 0 Helpful votes
Quick Links