Time limited authentication with SMS - Twilio Tutorial
-
- UpdatedAug 3, 2023
- 5 minutes to read
- Vancouver
- Platform Security
The Vancouver release is no longer supported. As such, the product documentation and release notes are provided for informational purposes only, and will not be updated.
Set up time limited authentication with MFA factors such as SMS using Twilio.
Before you begin
Role required: admin
Plugins required:
- com.snc.authenticate.time_limited_authentication (Time Limited Authentication)
- com.snc.authentication.sms_mfa (Multi-factor authentication with SMS)
Note: Time limited authentication (TLA) is very specific to ServiceNow instance, the customized links for users can only
be created within ServiceNow.
The tutorial instructions provided enable the admin to provide a link-based login with SMS as second factor (MFA) for users with a specific role.
After a successful configuration, the system generates a link, and then shares the link with the user through notification (Email/SMS) channel. Clicking the link, the user is prompted to specify the OTP sent to Email or SMS factor based on user role (configuration).
Note:
- TLA should always be followed by MFA and MFA should be enabled by admin using Adaptive Authentication for TLA login. To know more about how to configure MFA with Adaptive Authentication, see MFA (Multi-Factor Authentication) context.
- TLA should be used for the users who have limited privileges.
Procedure