What steps do we need to take to implement MFA in OutSystems?
Hello @VIVEK KUMAR YADAV
Please check below links for your reference
https://www.outsystems.com/blog/posts/multiple-authentication-providers/
https://www.youtube.com/watch?v=Z4tD0JDZJPY
https://www.outsystems.com/forge/component-overview/11497/reactive-multi-factor-authentication-mfa-o11
Would you please confir where you want to implement MFA for end user applications or for OS Lifetime & Service center. it means for end users or for IT users.
For end users you can implement through users console & for IT users you need implement through LifeTime (make sure you have latest version of factory configuration & service center).
ThanksDeep
You can go through below links for better understanding -
Understanding the difference between Service Center logins and Users login - IT Users vs Application Users
End Users Authentication
Configuring IT Users Authentication
Hi @Deepsagar Dubey
I want to implement MFA for end-user applications.
Okay then you can follow Outsystems documentation, it covers everything you need to implement authentication for end users - End Users Authentication
Hi @VIVEK KUMAR YADAV
By default, OutSystems doesn't have MFA.
If you want to implement it with the default OutSystems login, you will probably need to set it up yourself.
It isn't difficult, to be honest, and there have already been discussions about it in the past.
Check out this topic for example.
They mention a user group video showing how to achieve it using emails and even have a Forge component available.
There is also a "How to" Forge component that uses Twilio for SMS use cases.
Check it out here.
Additionally, if you're using an external IdP, such as Azure B2C or Azure AD, they may already have built-in mechanisms to enable MFA, making it even easier.
This should point you in the right direction. Let me know if it helps!Best regards,
RR :)