Verification types in the base system
Summarize
Summary of Verification types in the base system
This document outlines different verification types available in the base system, designed to assist in user identity verification during password reset processes. These verification types can be utilized as templates for creating custom verifications tailored to specific needs.
Show less
Key Features
- Personal Data Confirmation: Verifies user identity using data from the User table, suitable for service desk-assisted processes without enrollment required.
- Personal Data: Allows users to verify identity by answering questions from their user data, also without enrollment required.
- Email Code: Sends a verification code to the user's email for password reset confirmation.
- Google Authenticator: Users provide a code from the Google Authenticator app during password reset.
- Security Questions: Users answer personal security questions to verify identity.
- SMS Code: Sends a verification code to a user’s SMS-capable device for identity confirmation.
- Mock: A non-functional verification type used for demonstration purposes, not supported by the Password Reset Windows Application.
Key Outcomes
By understanding the available verification types, ServiceNow customers can effectively implement user identity verification methods that enhance security during password resets. This ensures a streamlined process while maintaining user verification integrity. Customers can also customize these verifications based on specific organizational requirements, facilitating optimal user experiences.
Use a verification type in the base system as a template to design a custom verification.
| Verification type | Description |
|---|---|
| Personal Data Confirmation | Verifies user identity using data from the User [sys_user] table. The user data
is displayed to a service desk agent. The agent verifies the data. Enrollment is not required for this type. Recommended for service desk-assisted processes.Note:
The Password Reset Windows Application does not support the
Personal Data Confirmation Verification type. See Personal data identification types and confirmation type verifications. |
| Personal Data | Verifies user identity using data from the User [sys_user] table. The user is
required to answer questions. Enrollment is not required for this type. Note: See Personal data identification types and confirmation type verifications.The Password Reset Windows Application allows you to define and
use multiple verifications of the Personal Data type. |
| Email Code | When a user requests password reset, the system sends a verification code to the
email address in the user profile or to an email address that the user authorized
during enrollment. To verify identity, the user then submits the code on the Password Reset
Verify page. Note: See Personal data identification types and confirmation type verifications.The Password Reset Windows Application
allows you to define and use multiple verifications of the Email Code
type. |
| Google Authenticator | While requesting password reset, the user reads a code from the Google
Authenticator app on a device that the user has paired. To verify identity, the user
then submits the code on the Password Reset
Verify page. Note: The Password Reset and Password Reset Windows Application support only a single verification of the SMS
Code type. |
| Security Questions | Verifies user identity by presenting personal security questions that the user
must answer correctly. Note:
The Password Reset and Password Reset Windows Application support only a single verification of the
Security Questions type. See Add a custom question to the Security Questions verification. |
| SMS Code | When a user requests password reset, the system sends a code to an SMS-capable
device that the user has authorized. To verify identity, the user then enters the code
on the Password Reset web page. Note: See SMS Code Verification type for Password Reset.The Password Reset
and Password Reset Windows Application support only a single verification of the
SMS Code type. |
| Mock | Not a functional identity verification. Demonstrates how to add a verification
type in a Password Reset process. Note:
The Password Reset Windows Application does not support the Mock verification
type.
|