cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
293
Views
0
Helpful
1
Replies

How can I always send Duo Push rather than force the user to choose?

mlharmon
Level 1
Level 1

I'm using Duo for MFA when authenticating for RDP access.  There was a time when the user would try to login that Duo would automatically send a Duo Push, but now for each login the user is being asked to choose between sending a Duo Push or using a passcode.  How can I just send the Duo Push automatically rather than introducing an additional step?  I'd rather that it would not prompt for a passcode at all and I would configure this on an exception basis.

Thanks in advance,

Mark

1 Accepted Solution

Accepted Solutions

mlharmon
Level 1
Level 1

The most direct way to control this is through the Windows Registry:

  • Open the Registry Editor (regedit.exe) with administrator privileges.
  • Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Duo Security\DuoCredProv
  • Look for a DWORD value named AutoPush.
    • If it exists, set its value to 1.
    • If it doesn't exist, create a new DWORD (32-bit) Value named AutoPush and set its value to 1.

View solution in original post

1 Reply 1

mlharmon
Level 1
Level 1

The most direct way to control this is through the Windows Registry:

  • Open the Registry Editor (regedit.exe) with administrator privileges.
  • Navigate to: HKEY_LOCAL_MACHINE\SOFTWARE\Duo Security\DuoCredProv
  • Look for a DWORD value named AutoPush.
    • If it exists, set its value to 1.
    • If it doesn't exist, create a new DWORD (32-bit) Value named AutoPush and set its value to 1.
Quick Links