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.

ServiceNow password-less

ValentinL
Tera Contributor

Hey there,

I was wondering how to implement a passwordless solution to let hardware key open user session. I'm currently trying to achieve this with a YubiKey.

 

It could be a great feature to secure an admin connection.

 

Any idea ?

1 ACCEPTED SOLUTION

Kieran3
Tera Expert

Hi @ValentinL 

As of the Yokohama release, MFA is required for all accounts not using Single Sign-On (SSO). If you do not have SSO, you need to have MFA. This consists of a Primary authentication method:

  • Basic auth (username and password) held in the platform
  • LDAP authentication (using Windows login)

And Secondary authentication method:

  • Authentication apps
  • Hardware keys (including YubiKey)
  • Biometrics (fingerprint and facial recognition are supported)
  • SMS or Email codes
  • FIDO2

You can't skip the primary method unfortunately.

View solution in original post

1 REPLY 1

Kieran3
Tera Expert

Hi @ValentinL 

As of the Yokohama release, MFA is required for all accounts not using Single Sign-On (SSO). If you do not have SSO, you need to have MFA. This consists of a Primary authentication method:

  • Basic auth (username and password) held in the platform
  • LDAP authentication (using Windows login)

And Secondary authentication method:

  • Authentication apps
  • Hardware keys (including YubiKey)
  • Biometrics (fingerprint and facial recognition are supported)
  • SMS or Email codes
  • FIDO2

You can't skip the primary method unfortunately.