We have a requirement to enable the multifactor authentication on client console while logon to the sandbox. Either using and OTP based or using Authenticator(Adobe, Microsoft or google).
Any reference documents to implement the same would be helpful.
@KotiSyamala- I would implement Federated login using whatever SAML2 directory you have in your organisation and then require MFA via that. In the case of Azure, you aren't usually required to provide MFA for each login but at regular intervals to validate your security token.
There may be a way to require 2FA per federated login but that feature would probably lie with the directory provider.
@KotiSyamala- I would implement Federated login using whatever SAML2 directory you have in your organisation and then require MFA via that. In the case of Azure, you aren't usually required to provide MFA for each login but at regular intervals to validate your security token.
There may be a way to require 2FA per federated login but that feature would probably lie with the directory provider.