Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is one way that we might wish to define our levels of authentication in a root policy on the server.  These are subject to change based on research and evaluation by our IT security expert.

 DescriptionLevel Authentication Handler Ordered List
ldap_strong_google(LDAP username&password, strong password policy) + (Google Authenticator)45 ldap(password_strength>=8), google_auth
ldap_strong_sms(LDAP username&password, strong password policy) + (SMS)44 ldap(password_strength>=8), sms_code
ldap_medium_google(LDAP username&password, medium password policy) + (Google Authenticator)35 
ldap_medium_sms(LDAP username&password, medium password policy) + (SMS)34 
ldap_strongLDAP username&password, strong password policy33 
ldap_medium_lan(LDAP username&password, medium password policy) + (on the company LAN)32 
ldap_mediumLDAP username&password, medium password policy30 
trusted_partnerTrusted Partner*20 
ldap_weakLDAP username&password, weak password policy10 
facebookFacebook10 
twitterTwitter10 

...