Sending OTP via sms and email

Does Virtuoso support 2-Factor Authentication? if yes, how can it be implemented in a .NET Core Application?

Thanks

Multi-Factor authentication is a feature of the Virtuoso Authentication Layer (VAL), just like OpenID Connect + OAuth support. Basically, that implies that when this feature is enabled your app simply inherits the workflow based on its authentication requests e.g., receiving an email with a short-term code and a secondary authentication step.

You don’t have to write any .Net code for this beyond your basic OpenID Connect interaction, since its hooked into our implementations of supported protocols – when enabled.