- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi Community,
What are some of the options to verify user's identity when they contact helpdesk to reset their MFA?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Usually these types of processes will be controlled by your Security Team in collaboration with the helpdesk. I would say there are many different options Tanushuree outlined a few. You could also provide the ServiceDesk with a UI button/action that will let a flow send a text to their number with a random sequence that the caller can then verify. Ultimately though, its a layered approach it should always involve multiple steps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
It could be
- Send a push notification to the user’s mobile app ( like okta push notification)
- Issue an OTP via SMS to the verified mobile number .
- Verify user data in User database (sys_user)
Regards
Tanushree Maiti
ServiceNow Technical Architect
LinkedIn: https://www.linkedin.com/in/tanushreemaiti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Usually these types of processes will be controlled by your Security Team in collaboration with the helpdesk. I would say there are many different options Tanushuree outlined a few. You could also provide the ServiceDesk with a UI button/action that will let a flow send a text to their number with a random sequence that the caller can then verify. Ultimately though, its a layered approach it should always involve multiple steps.