Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

ServiceNow password-less

Chapeaunyra
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 REPLY 1

Kieran3
Tera Contributor

Hi @Chapeaunyra 

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.