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

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
  • 749 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
  • 473 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...

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 Level 1
  • 1251 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 Level 1
  • 1467 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 Level 1
  • 1623 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.NoSuchMethodErro...

2X_a_a83d8b882bcde294957735258671148dc29e2be8.png

hii are you used WEB-SDK4 for support of MFA and through this you implemented the SSO . if yes then how the email taking prompt you enable because i checked out their is no prompt available for taking user email-id and for that i have to use my custo...

[/admin/v1/users/[user_id]/tokens ] hello i have to check that the token is malicious or not . so i am thinking to use this [/admin/v1/users/[user_id]/tokens ] and get token again and compare and validate it is right thing i am doing or anyother way ...

Quick Links