-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MFA TOTP code #206
Comments
Hi @kalsure Frankly, this TOTP module has been working fine for over 5 years. First, I will check that your servers are well synchronized with an atomic clock, as well as your devices. a time difference produces authentication errors. If it appears after a week, this may be where it is necessary to look. regards |
Some news ? |
Hi @redhook62 Restarted MFA services. It works. We are not getting any more errors as I said above. |
Ok, I think you don't need to restart the servers every week. To see in time. regards |
Hi @redhook62 Can we get any details to stack trace into event viewer regarding this above one error "The operation completed successfully"? For now, we got the server events:- Event Viewer is getting the Event ID 900: Can we do any modifications to the code to get the details events logs? Thank you. |
Hi @kalsure This type of error... "The operation completed successfully" is a Win32 error. We are going to check if we set "SetLastError = true" on the DLL imports in order to get the real exception message. From there we can check where the error comes from. Can you tell us how many servers in your ADFS farm? regards |
Hi, @kalsure We completed a win32 function call to get the actual error message. However, these functions are only used when creating processes and the system.db file (cache of security information) You can test this build, it's the latest version. regards |
Thank you @redhook62 Will check internally and get back to you. |
Hi @redhook62, On this version, MFA Neos-Sdi Version: 3.1.2202.1 We are getting the same error "The operation completed successfully". Kindly advise, Thank you in advance. |
Hi @redhook62, Please see the below - TOTP config. We have only one ADFS farm. |
Hi, @kalsure This problem has been solved in version 3.1.2202.2 (2/14/2022) regards |
Okay. Thank you @redhook62. will try with newer version. |
Hi @redhook62 , Still, we are facing issues. We are on MFA version latest 3.1.2206.0 Could you please advise if any other MFA settings or configuration-related issues? Thank you in advance. Regards |
Hi @kalsure You know, I still have a lot of different configurations with my clients, not to mention interactions with GitHub. regards |
Okay. Thank you. Let me try the same settings. |
Sorry to ping you on this again. One more point double confirming. Thank you. |
No, there will be no effects, so no need to re-register. |
@kalsure sorry to ping you here but did you solve this problem? We experience the same behaviour from time to time and haven't found a solution, nor can reproduce this issue on a constant basis. |
Hi @redhook62,
I am configured MFA and Enabled Options TOTP only. It works fine for a week but now users have to enter the two times same codes.
Users are getting MFA code and entering code for signing and it is not signed a site it shows "The operation completed successfully". Again entered the same code and it get signed in successfully.
Verified time sync on a mobile device as well as AD FS server time. Is it required to restart any services?
Thank you in advance.
Regards
The text was updated successfully, but these errors were encountered: