Questions tagged [duosecurity]

17 questions
1
vote
0 answers

DUO Admin Auth Issues

Im trying to build an C# application that adds a user automatically to DUO. The documentation is not clear on how to do this online. Here is the code im using var client = new HttpClient(); var Request = new…
Foadi
  • 11
  • 3
1
vote
0 answers

Why does my Duo Security POST request to "/frame/prompt" lead to "Your session has expired. Please try again."?

For some background, I'm trying to log-on and automated something behind a portal which uses Duo Security using my username and password (which I would normally input on the portal login website). The exact process I was looking for is detailed in…
Kid I3uu
  • 37
  • 2
1
vote
1 answer

Error 403 message seen during API testing in DUO even though valid credentials were provided. Does wrong integration type mean i need a new key?

I used the following API in postman with integration key, client secret from the Admin API application but no luck. GET: https://api-123abc.duosecurity.com/auth/v2/check Furthermore, I used basic auth for authorization Integration key for username …
1
vote
3 answers

"User is not enrolled in Duo Security" after adding a security key

I succesfully added a YubiKey to Snowflake MFA: Next time I try to login I immediately get following "User is not enrolled in Duo Security. Contact your local system administrator." error: After inputting my username and password, I expect the…
1
vote
1 answer

How to send the NameID (email address) in SAML2 request using ITfoxtec.Identity.Saml2.Mvc to be prefilled on sign in page?

I am using ITfoxtec.Identity.Saml2.Mvc version 4.7.1, .Net Framework version 4.7.2, and Duo Security for my IDp. I've already tried this solution. When I use this example, it returns a Saml2AuthnResponse with a status of Responder. I have also tried…
0
votes
1 answer

How do you configure CAS for database and Duo MFA?

So I've built a CAS war file (version 6.6.10) and it launches fine in Apache Tomcat (see attached screenshot) but I've been unable to get it to work with the Oracle database authentication and Duo MFA that I require. I've tried putting the settings…
M Davie
  • 31
  • 5
0
votes
0 answers

Multiple organisational accounts on SSO device

I am a software contractor and for the first time will have two clients at once. I am wondering if my SSO (Okta and Duo) can support multiple organisations independently on a single mobile device? Or, is it best to buy two phones if using the same…
RedPen
  • 223
  • 1
  • 2
  • 7
0
votes
0 answers

DUO / C# - How to make a single call to Authenticate a User, with out a Callback

In C# DUO Universal. How can I make a single call that will authenticate a user , 'ping' the DUO app on their phone and authenticate. The DUO Universal example uses a Page call back. I have the DUO Universal sample working…
Jon
  • 1,608
  • 7
  • 25
  • 38
0
votes
0 answers

Login to VPN via CLI on Windows Using Cisco AnyConnect with DUO MFA

I currently login to a VPN endpoint using AnyConnect UI: Ultimately, I am looking to automate this using a C# Program via Windows CLI. I have looked at many places on SO and have found that the most common way to automatically login to VPN via CLI…
xRavisher
  • 838
  • 1
  • 10
  • 18
0
votes
0 answers

Angular Cisco Duo intergration

I'm integrating Angular with Cisco Duo Web SDK. The example I found here, that I'm following. From Cisco Duo, I get a secret ID, client ID, etc., but in the example, the user is using sig_request like this: sig_request: "TX|YWJXXXX....". How do I…
0
votes
0 answers

Radius requests failing from Duo Proxy

I have been working with Duo support on this, and we are at the point where they have told me to start investigating on the MS side. I am currently running a Radius server for my company on a Windows 19 VM by using the Network Policy Server role . …
0
votes
0 answers

Selenium WebDriver Automation Testing

I am connecting S3 service. But while connecting S3 bucket MFA(DUO code authentication) is coming, due to which I am unable to automate regressing test cases. Is there any solution for this? 1.Any REST API 2. AWS SDK 3.AWS CLI types. Any help will…
0
votes
1 answer

Issue with Microsoft ADFS + DUO + VMware vSphere

I’ve recently started a new DUO account to trial a setup with DUO, Microsoft ADFS and VMware vSphere. Currently the base setup (ADFS+vSphere) is deployed and working alright, meaning that vSphere is able to authenticate through ADFS. But as soon as…
0
votes
2 answers

cache passcode for python snowflake connector

To connect with my snowflake db, I authenticate using a passcode (with Duo) since MFA is enabled con = snowflake.connector.connect( user='', password='', account='', warehouse='', database='', schema='', …
0
votes
0 answers

Is there a way to get a newer version of the Duo SDK for ColdFusion?

Currently the only version of the SDK for Duo works with the deprecated v2 of Duo's web SDK. I'm looking for a way to simply get started with bringing Duo's 2FA into my ColdFusion application. I've looked at Duo's guide for upgrading from v2 to v4…
1
2