20
Views
3
Comments
Solved
[TwoFactorAuthenticator] Implementing TwoFactorAuthenticator in Reactive Architecture
twofactorauthenticator
Service icon
Forge asset by Babu Basha

I'm working on integrating this 2FA component into my existing project. My project is built using the reactive architecture not traditional. Is there any up-to-date guides or resources specifically for reactive implementations, beyond the WebDemo and documentation on the forge page?

I'd really appreciate any additional information or assistance that you could provide.

2025-09-04 06-33-37
Nikhil___Vijay
Solution

Hello @Cameron Knox 

You can use this tool to generate a QR code and then log in using an authenticator.

https://www.outsystems.com/forge/component-overview/967/google-authenticator-o11

Demo: https://devrel.outsystemsenterprise.com/GoogleAuthenticator_Demo/

Regards 

Nikhil Kumar Vijay

2024-03-22 09-17-23
Chandra Vikas Sharma

Hi kameron,

Please use below forge component for implementation two factor authentication in reactive application 


https://www.outsystems.com/forge/component-overview/11497/reactive-multi-factor-authentication-mfa-o11

Thanks 

Cv

UserImage.jpg
Cameron Knox

@Chandra Vikas

I appreciate your response. After reviewing the documentation, it appears that the component doesn't offer the specific features I need. Rather than an email-based OTP, I'm aiming to implement one where:

  1. A QR code is generated for the user to add to authenticator app.
  2. During login, the user is prompted to enter the 6-digit code shown on the authenticator.


2025-09-04 06-33-37
Nikhil___Vijay
Solution

Hello @Cameron Knox 

You can use this tool to generate a QR code and then log in using an authenticator.

https://www.outsystems.com/forge/component-overview/967/google-authenticator-o11

Demo: https://devrel.outsystemsenterprise.com/GoogleAuthenticator_Demo/

Regards 

Nikhil Kumar Vijay

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.