Skip to content

Ensono/input-collector-auth-tree-node

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Input Collector Authentication Tree Node

A simple authentication node for ForgeRock's Identity Platform 5.5 and above. This node gathers one of more user inputs. A more generic version of the username collector node which allows one of more input fields to be defined. User inputs are added as individual shared state values.

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

Deploy the node and set appropriate key/value pairs where
key: name of the authentication shared state object for an input field (e.g., policyNumber)
value: user prompt (e.g., "Policy Number")

To Build

The code in this repository has binary dependencies that live in the ForgeRock maven repository. Maven can be configured to authenticate to this repository by following the following ForgeRock Knowledge Base Article.

Edit the necessary InputCollectorNode.java as appropriate. To rebuild, run "mvn clean install" in the directory containing the pom.xml

ScreenShot

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.

About

An Authentication Tree Node for ForgeRock's Identity Platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%