The LastPass MFA Authentication Module allows ForgeRock users to integrate their AM instance to the LastPass MFA authentication services. This document assumes that you already have an AM 5.5+ instance running with an users base configured.
Follow this steps in order to install the module:
- Download the jar file from here.
- Copy the lastpass-openam-auth-module-1.0.jar file on your server:
/path/to/tomcat/webapps/openam/WEB-INF/lib
- Restart AM.
- Login into LastPass MFA admin portal and open the
Keys
menu on the left side. Copy the LastPass MFA Login key value by clicking in the green button and save it for later. - If you wish to enable user provisioning to LastPass MFA, then copy Generic API Key, and download the RSA public key. You'll need your RSA private key too.
- Login into AM console as an administrator and go to
Realms > Top Level Real > Authentication > Modules
. - Click on Add Module button. Name the module LastPass and select LastPass module from the Type list.
- Set LastPass MFA Key. Paste you LastPass MFA Login key from step 4 here.
- Set Authentication URL with
https://identity-api.lastpass.com/auth/login
. You can leave the other fields empty if you don't plan to enable user provisioning. Save changes. - Set the following values from step 5 to enable user provisioning:
- Generic API Key
- RSA Private Key
- RSA Public Key
- Auth. Module URL: You need a working AM authentication module to authenticate users locally prior to be registered at LastPass. Set this URL replacing the required values (AM server and module's name) http://YOUR_AM_SERVER_HERE/openam/json/realms/root/authenticate?module=MODULE_NAME&authIndexType=module&authIndexValue=MODULE_NAME
- You can test the LastPass MFA authentication module by accessing this URL in your browser
https://**YOUR_AM_SERVER_HERE**/openam/XUI/?realm=/#login/&module=LastPass
. - Enter your username and hit enter. LastPass MFA Authentication module will search for user email (mail or email attribute) in the data store if email is empty an email address will be generated from user DN. An authentication request will be send to LastPass through the LastPass MFA module. LastPass will verify you username and key. If everything is correct you should get an authentication request on your phone.