OBDX AUTHENTICATOR APPLICATION

This document includes following topics:

1. Building Authenticator UI

Mobile App Builder- iOS

(a) OAM based Authentication

(b) Non-OAM Based Authentication

  1. Copy “non-oam/login” folder and Replace it at location “components/modules/” [in ui folder] location. This will replace existing “login” folder.

Mobile App Builder-iOS

  1. Open Terminal at “_build” level.
  2. Run following command:
  3. sudo npm install -g grunt-cli 
    sudo npm install  
    node render-requirejs/render-requirejs.js 
    grunt authenticator --verbose

Mobile App Builder- iOS

Mobile App Builder- iOS

2. Authenticator Application Workspace Setup

Mobile App Builder- iOS

Finally the Installer/installables/mobile/authenticator/ui/ios/www folder must look like:

Mobile App Builder-iOS

Mobile App Builder-iOS

Update HOTP or TOTP in above screenshots and update the server URL.

3. Building Authenticator Application

Mobile App Builder- iOS

Mobile App Builder- iOS

Back