Using RSA Token for Password Reset

pranavparmar
Giga Contributor

Current password reset functionality only provides you two types of verifications: SMS or Personal questions. Is there a way we can integrate the RSA Token with the password reset process? I have seen many Identity management applications which supports this functionality. Is there a way we can have similar functionality in ServiceNow Password Reset.

Steps:

1. User go to password reset page

2. Form asks for the current pin number and password

3. ServiceNow verifies that with the RSA

4. If successful, user is allowed to change the password.

1 ACCEPTED SOLUTION
4 REPLIES 4

Hi,

 

Was this requirement/feature ever released by Servicenow?

 

Regards,

Geet 

Martin Bublitz1
Giga Contributor

Adding RSA SecurID verification can be done by creating a custom verification processor script include.  How I did it was by using the provided Google Authenticator script as a model.  I modified it to make a REST API call to the RSA SecurID server with the username and one-time code.  The script used the one-time code from a custom UI macro also based upon the provided Google Authenticator version.

Can i contact you somehow, we would like to do it in our company 🙂