Coder Social home page Coder Social logo

idx-auth-request-node's Introduction

Daon IdentityX Authentication Nodes

Daon's IdentityX platform is helping customers across the globe ditch passwords and deliver world-class customer experience by leveraging biometrics. This set of nodes allows ForgeRock customers to easily add biometrics to their authentication trees.

About Daon

Daon, www.daon.com, is an innovator in developing and deploying biometric authentication and identity assurance solutions worldwide. Daon has pioneered methods for securely and conveniently combining biometric and identity capabilities across multiple channels with large-scale deployments that span payments verification, digital banking, wealth, insurance, telcos, and securing borders and critical infrastructure. Daon's IdentityX® platform provides an inclusive, trusted digital security experience, enabling the creation, authentication and recovery of a user’s identity and allowing businesses to conduct transactions with any consumer through any medium with total confidence. Get to know us on Twitter, Facebook and LinkedIn.

Installation

Download the current release here

Copy the jar file 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 nodes will then appear in the authentication trees components palette.

USING THE NODES IN YOUR TREE

There are 6 nodes included

  • IdentityX Check Enrollment Status This node makes a REST API call to IdentityX to ensure the username provided is enrolled. This node contains the configuration parameters for the IdentityX Rest Services, so it is required to be added to the tree in order for the other nodes to work.
  • IdentityX Auth Request Initiator This node makes a REST API call to IdentityX to generate an authentication request for an out of band authentication flow.
  • IdentityX Auth Request Decision This node makes a REST API call to IdentityX to check the status of an authentication request for an out of band authentication flow.
  • IdentityX Mobile Auth Request This node makes a REST API call to IdentityX to generate an authentication request for an end user authenticating on a mobile device, and passes it to the mobile device.
  • IdentityX Mobile Auth Request Validate This node accepts a signed authentication request from a mobile device and makes a REST API call to IdentityX to validate the signed authentication request.
  • IdentityX Sponsor User This node enables sponsorship (enrollment) of an end user.

CONNECTING TO AN IDENTITYX SERVER

The nodes must be configured to connect to an IdentityX server. Contact your Daon representative for connection details.

Configuration Parameters

IdentityX Check Enrollment Status contains the following configurable parameters:

  • pathToKeyStore full path to the .jks keystore file
  • pathToCredentialProperties full path to the credential.properties file
  • jksPassword password for the .jks keystore file
  • keyAlias key alias used in the .jks keystore
  • keyPassword key password for the .jks keystore

Note: The Key Store and Credential Properties files should be retrieved from your Daon IdentityX instance. Please reach out to Daon support for help getting these files.

IdentityX Auth Request Initiator contains the following configurable parameters:

  • policyName name of the authentication policy which should be used
  • applicationId name of the application which should be used
  • isFidoRequest whether to generate a FIDO or traditional IdentityX authentication request
  • sendPushNotification whether a push notification should be sent by the IdentityX server

IdentityX Mobile Auth Request contains the following configurable parameters:

  • policyName name of the authentication policy which should be used
  • applicationId name of the application which should be used
  • transactionDescription Description used in the IdentityX Authentication Request.

IdentityX Mobile Auth Request Validate contains the following configurable parameters:

  • expectedStatus IdentityX Authentication Request status that is returned once saved to the system (COMPLETED_SUCCESSFULLY or PENDING)

Out of Band Tree Example

The image below shows an example authentication tree using IdentityX nodes in an out of band flow.

ScreenShot

UAF FIDO Tree Example

The image below shows an example authentication tree using IdentityX nodes in a mobile flow.

ScreenShot

Component configuration
IdentityX Check Enrollment Status
Node NameIdentityX Check Enrollment Status
JKS KeyStore file location/app/tomcat/webapps/openam/WEB-INF/classes/IDX-nodes/key.wrapper.jks
credential.properties file location/app/tomcat/webapps/openam/WEB-INF/classes/IDX-nodes/credential.properties
Key Store Passwordpassword
Key Aliasidx-am-nodes-symmetric
Key Passwordpassword
userIdAttribute
IdentityX Mobile Auth Request
Node NameIdentityX Mobile Auth Request
Policy NameFidoAuthPolicy
Application IDFidoApplication
Transaction DescriptionUAF FIDO Transaction
IdentityX Mobile Auth Request Validate
Node NameIdentityX Mobile Auth Request Validate
Expected AuthRequest StatusCOMPLETED_SUCCESSFULLY

ADOS Tree Example

The image below shows an example authentication tree using IdentityX nodes in a Active Data on Server (ADoS) mobile flow.

ScreenShot

Component configuration
IdentityX Check Enrollment Status
Node NameIdentityX Check Enrollment Status
JKS KeyStore file location/app/tomcat/webapps/openam/WEB-INF/classes/IDX-nodes/key.wrapper.jks
credential.properties file location/app/tomcat/webapps/openam/WEB-INF/classes/IDX-nodes/credential.properties
Key Store Passwordpassword
Key Aliasidx-am-nodes-symmetric
Key Passwordpassword
userIdAttribute
IdentityX Mobile Auth Request
Node NameIdentityX Mobile Auth Request
Policy NameAdosAuthPolicy
Application IDAdosApplication
Transaction DescriptionADoS Transaction
IdentityX Mobile Auth Request Validate
Node NameIdentityX Mobile Auth Request Validate
Expected AuthRequest StatusPENDING
IdentityX Mobile Auth Request
Node NameIdentityX Mobile Auth Request
Policy NameAdosAuthPolicy
Application IDAdosApplication
Transaction DescriptionADoS Transaction
IdentityX Mobile Auth Request Validate
Node NameIdentityX Mobile Auth Request Validate
Expected AuthRequest StatusCOMPLETED_SUCCESSFULLY

Enrollment with Out of Band Tree Tree Example

The image below shows an example enrollment and authentication tree using IdentityX nodes in an out of band flow.

ScreenShot

Authenticating

The IdentityX Check Enrollment Status node expects a username to be provided in sharedState. In the example tree above, a simple username collector is used. The IdentityX Auth Request Initiator will then call IdentityX to generate an authentication request for the provided username. Once created, the IdentityX Auth Request Decision is used to check the status of the authentication request. A polling wait node and retry decision node can be used to poll for the status. Once the user successfully authenticates on their mobile device, the status will change to SUCCESS. ScreenShot ScreenShot

The user must authenticate using a mobile app which has been built using the IdentityX FIDO Client SDK. ScreenShot ScreenShot ScreenShot

Enrollment

The IdentityX Sponsor User node adds API calls and logic to allow optional registration in IdentityX as a part of the authentication tree. This allows the end user to scan a QR code with their mobile device camera to create a new identity in IdentityX and enroll biometrics.

This builds upon the existing flow shown above used for authentication. ScreenShot

SUPPORT

For more information on this node or to request a demonstration, please contact: Frank Gasparovic - [email protected] or Jason Beloncik - [email protected]

idx-auth-request-node's People

Contributors

jbeloncik avatar jonbainbridge avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.