Find your people. Pick a challenge. Ship something real. The CreatorCon Hackathon is coming to the Community Pavilion for one epic night. Every skill level, every role welcome. Join us on May 5th and learn more here.

Multi-factor Authentication (MFA) without using Authenticator Applications

mageshbtech_kum
Kilo Contributor

In Multi-factor Authentication (MFA), User should Download and install any one of the Authenticator Application for first time.

From next login onwards they can use the Authenticator Application or request a verification to be sent via email by clicking "click here to receive a onetime code via email” Option.

Do we have any option to request the code via email without installing the APP for the First time.

1 ACCEPTED SOLUTION

MFA 

https://docs.servicenow.com/bundle/paris-platform-administration/page/integrate/authentication/reference/mfa-authenticator-supported.html

You need to configure a supported solution in ServiceNow. ServiceNow relies on "your" MFA. So, if your MFA supports email then you are all set.

 

 

View solution in original post

14 REPLIES 14

Hi @Dylan Mann , You can follow the steps provided in this blog to configure the email factor policy. This blog was for SMS OTP-based MFA. But similar steps will work for the email factor policy.

 

Randheer Singh
ServiceNow Employee

We have intentionally not provided the remember browser capability for email OTP-based MFA.

We recommend users leverage FIDO2-based MFA options like touch ID and Face ID.
https://docs.servicenow.com/en-US/bundle/utah-platform-security/page/integrate/authentication/concep...

Hi Randheer,

I have reviewed the MFA documentation and noticed that only the sample images of the authenticator app(totp) and biometric/hardware keys(fido) have the option of 'remember browser'. Does this mean that only authenticator app(totp) and biometric/hardware keys(fido) have the feature of 'remember browser'?

Use multi-factor authentication (MFA) (servicenow.com)

Randheer Singh
ServiceNow Employee

Yes, with the TOTP authenticator app and FIDO2-based authenticators, users will see the option to remember the browser.

Randheer,Thank you for your reply.😁