Hey Guys
We just got a request to add 2FA to our Login Procedure.
Anyone have any insight or systems that have worked for them?
We would like to use Microsoft Authenticator as the platform as many of our clients already have this.
Well, there is plenty of information available about MA and some C# code examples. It could be possible to code an active-x plugin in C# using AI. I think the expert you need to ask is probably @John_Hickey who is deep into this stuff.
Whether he can help with MA depends on a lot of things, including the nature of your application which you haven’t told us anything about?
Microsoft Authenticator uses standard TOTP ( Time-Based One-Time Password.), so you don’t need anything Microsoft-specific.
At a high level you need to:
Generate a per-user secret
Show a QR code (otpauth:// format)
Validate 6-digit codes using TOTP (30-second window)
In Clarion, especially if you can utilize @John_Hickey Ultimate Com and AI addin, the easiest route would be a small .NET com control helper (e.g. using Otp.NET) and call it from Clarion, rather than implementing HMAC/SHA1 yourself.
Hi,
Contact https://www.bisware.ca/templates - they do not have their 2FA template listed but talk to them about it. THey generate a QR code and timer for 2FA.
Ron Jolda