Lost MFA device
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
I am trying to login to ServiceNow University to link my personal account with company account to write the delta cert but I lost the MFA account associated to it. How can I reset ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
- Open Now Support (HI)
- Click 'Sign In' (top right of screen)
- Enter your Now Support User ID and Password
- If you don't remember your password, click 'Forgot Password' and follow the instructions
- Successful log-in with your Now Support User ID and Password should take you to the next screen to enter the MFA code
- Click the link to receive a one-time code via email
- Select "click here to receive a one time code via email" as displayed in the screenshot below
- The verification code is sent to the email ID mentioned in your Now Support Profile
- To update or correct the email ID, reach out to Customer Service Administration
- Select "click here to receive a one time code via email" as displayed in the screenshot below
- After receiving the code, enter the 6-digit code into the 2-Factor Authentication text box
- Click Login
- You are logged in to Now Support (HI) View
- Click on your name (top right of the screen)
- Click 'My Profile'
- Your details will be displayed
- Click Multi-factor Authentication (next to where Active and Locked-out are displayed)
- Multi-Factor Authentication Setup page is displayed with a QR Code
- Open the Authenticator on your phone (or computer)
- Manually enter the 6-digit verification code on your mobile device
- Alternatively, tap Scan Barcode and point your camera at the QR code on your computer screen
- Click Pair Device and Login.
- The new device is now paired and refreshes every 30 seconds.
Refer: https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0662343
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago - last edited an hour ago
For PDI
You can use postman to send api to update the user's MFA field.
Method: PATCH
URL: https://<yourinstance>.service-now.com/api/now/table/sys_user/6816f79cc0a8016401c5a33be04be441
Authorization: Basic Auth
Username/Password: Your admin account
Body:
After you updated the field to false, you can login without MFA code.
