Skip to content

jonknightfr/push-registration-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Push Notification Registration Node
An authentication node which allows registration of a mobile device for use with the Push Authentication node.

Installation
Copy the .jar file from the ../target directory into the ../web-container/webapps/openam/WEB-INF/lib directory where AM is deployed. Restart the web container to pick up the new node. The node will then appear in the authentication trees components palette.

Usage
The node should be added to an authentication tree and assumes username is available in shared state, e.g., place the registration node after a Username Collector node. If required, the registration node can be followed with a push sender and push verification node as confirmation. Note: this node does not support emergency codes or user skippable MFA - you must ensure "Remove Skip Option" is enabled on any Push Sender nodes.

To Build
To build, run "mvn clean install" in the directory containing the pom.xml


ScreenShot

Disclaimer The sample code described herein is provided on an "as is" basis, without warranty of any kind, to the fullest extent permitted by law. ForgeRock does not warrant or guarantee the individual success developers may have in implementing the sample code on their development platforms or in production configurations.

ForgeRock does not warrant, guarantee or make any representations regarding the use, results of use, accuracy, timeliness or completeness of any data or information relating to the sample code. ForgeRock disclaims all warranties, expressed or implied, and in particular, disclaims all warranties of merchantability, and warranties related to the code, or any service or software related thereto.

ForgeRock shall not be liable for any direct, indirect or consequential damages or costs of any type arising out of any action taken by you or others related to the sample code.