Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.4 KB

File metadata and controls

35 lines (28 loc) · 1.4 KB

Installation inWebo Push Authenticator Plugin

inWebo service configuration:

  1. Log in to the inWebo administration console.
  2. Navigate to the appropriate service view.
  3. Go to Secure Sites and click on the Download a new certificate for the API button.
  4. Remember to set the Certificate Authentication option to Yes. myInWeboConfig
  5. Synchronize your forgerock-am login with inWebo login.

Installation:

  1. Copy resource:
    $ sudo unzip iw-forgerock-am-push-*.zip -d /tmp/forgerock-am-push
    $ sudo cp /tmp/forgerock-am-push/edit-webapp/WEB-INF/lib/iw-forgerock-am-push-*.jar /path/to/tomcat/webapps/openam/WEB-INF/lib/
    $ sudo cp /tmp/forgerock-am-push/edit-webapp/WEB-INF/lib/idp-connector-auth-repackage-1.0.0.jar /path/to/tomcat/webapps/openam/WEB-INF/lib/   
  2. restart tomcat.

Configuration:

  1. Go to Admin Console and log in as amadmin.
  2. Navigate to {REALM}->Authentification->Modules.
  3. Add new module with inWebo OTP Authenticator Type. add new module config new module
  4. To test config go to http(s)://{OPENAM_HOST}/openam/XUI/#login/&module=inWeboPushTest XUI Login Page