Anyone else here Twilio to help distribute the SMS...
# suitescript
d
Anyone else here Twilio to help distribute the SMS codes from NetSuite's 2FA? Seem like its a no go anymore ... Curious, what are solutions do you all use for 2FA in a shared environment?
m
We set up all shared logins with the same google voice number and send an email with each SMS to that number. That alone would probably be enough, but then we forward the email to our in-house NetSuite account’s email plugin, which then calls a slack webhook to give us the code via slack. Since all logins are claimed through a NetSuite portlet with custom records, we can usually match the code to the user to name them when providing the code.
s
We use otpauth for 2FA. We also built a separate otpauth to be used with the EFT bundle. It generates a qrcode to register within the authenticator app as well.
As long as the clock on your device matches "world time" otpauth will work, so I think it's superior
n
I have used WinAuth to share the 2FA codes between multiple users with a shared login.
It's a Windows application similar to mobile app for Google Auth
b
choose an authentication application that supports totp
twilio's authy works fine
s
We use authy with a shared mailbox, and then add an alias to the mailbox, change the login email address after alias is added to keep the passwords different, (and then manage the passwords in last pass)... keeps them all on the same single 2FA code but different emails/passwords