Skip to content
multiOTP edited this page Jan 11, 2018 · 5 revisions

Welcome to the MultiotpCPV2RDP wiki!

The MultiotpCPV2RDP has been enhanced and wrapped in an installer: https://github.com/multiOTP/multiOTPCredentialProvider/raw/master/installer/multiOTPCredentialProvider.exe

  • [Receive an OTP by SMS] link can be displayed or not
  • UPN username format can be sent to the multiOTP server
  • Full support for [email protected] UPN notation
  • Removed digit OTP only check for the OTP field
  • client executable of multiOTP is automatically installed and configured
  • multiOTP Credential Provider is only activated if the authentication test is passed successfully
  • DLL and EXE files are digitally signed
  • the first strong two factor authenticaton solution that have cache support in order to work also offline!

multiOTPCredentialProvider setup

multiOTPCredentialProvider test

multiOTPCredentialProvider login

TECHNICAL DETAILS

  • the credential provider DLL (multiOTPCredentialProvider.dll) is installed in the system folder \Windows\System32
  • the credential provider options are stored in the following registry key : HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Authentication\Credential Providers{FCEFDFAB-B0A1-4C4D-8B2B-4FF4E0A3D978}
    • multiOTPPath : X:\Path\to\multiotp\folder
    • multiOTPTimeout : [timeout in seconds, default is 10]
    • multiOTPRDPOnly : [0|1]
    • multiOTPPrefixPass : [0|1]
    • multiOTPDisplaySmsLink : [0|1]
    • multiOTPUPNFormat : [0|1]
  • the multiOTP options are stored in the file [multiOTPPath]\config\multiotp.ini
Clone this wiki locally