multiOTP / multiOTPCredentialProvider

multiOTP Credential Provider is a V2 Credential Provider for Windows 7/8/8.1/10/2012(R2)/2016 with options like RDP only and UPN name support
Apache License 2.0
232 stars 77 forks source link

User without 2FA login failed #44

Closed khangcnttspkt closed 3 years ago

khangcnttspkt commented 3 years ago

Hi @multiOTP ,

I am using newest version 5.8.2.9, we install LOCAL ONLY STRONG AUTHENTICATION INSTALLATION. On server I create user without2FA, but when I login, It's failed.

How i can fix this problem???

Thank you very much.

sashaqwert commented 3 years ago

try

multiotp -fastcreatenopin my_user
multiotp -qrcode my_user C:\my_qrcode.png

Scan your QR code and try again

UPD: This is not an answer as it is not a 2FA setup for a user that is required, but a user without 2FA.

khangcnttspkt commented 3 years ago

try

multiotp -fastcreatenopin my_user
multiotp -qrcode my_user C:\my_qrcode.png

Scan your QR code and try again

Hi @sashaqwert ,

user without2FA not have qrcode, that right?

sashaqwert commented 3 years ago

Hi, @khangcnttspkt

user without2FA not have qrcode, that right?

As far as I know, in a long-standing solution, either all users have 2FA, or only RDP, or no one. Perhaps the developers will be able to implement this in the next versions.

khangcnttspkt commented 3 years ago

Hi, @khangcnttspkt

user without2FA not have qrcode, that right?

As far as I know, in a long-standing solution, either all users have 2FA, or only RDP, or no one. Perhaps the developers will be able to implement this in the next versions.

Hi @sashaqwert ,

No, previous version, I can use this function normal.

khangcnttspkt commented 3 years ago

In serveral servers,

After put password, when typing OTP, this happen

image

sashaqwert commented 3 years ago

@khangcnttspkt If you do not configure OTP for the user and connect via NLA, then an error will appear stating that the user is not allowed to log in remotely.

Screenshot (Russian language) ![изображение](https://user-images.githubusercontent.com/24974508/130791951-91349635-491f-478a-afe0-f812a2a925f7.png)

If you use an extended Hyper-V session, then an error appears as in the screenshot in the previous message.

Please remove the images under the spoiler ```
IMAGE
```

No, previous version, I can use this function normal.

Thanks for information!

khangcnttspkt commented 3 years ago

Hi,

My problems is shared secret in server and client miss match, issue close.

Tks all.