Previous Topic: Scenario 1Next Topic: Implicit Enrollment


Scenario 2

If you call the CreateUserRequest message after the evaluateRisk operation, the steps for the explicit enrollment workflow are:

  1. User logs in to your online application.

    Your system validates if the user exists in the system. If the user name is not valid, then your application must take appropriate action.

  2. Your application collects information required by RiskMinder.

    Your application collects the following information from the user’s system that will be used by RiskMinder for analyzing the risk:

  3. Your application calls RiskMinder’s evaluateRisk operation.

    Your application must call the evaluateRisk operation in RiskFortEvaluateRiskSvc. In this call, you must pass all the user and device information that you collected in Step 2 to RiskMinder.

  4. You application calls RiskMinder’s evaluateRisk for risk analysis.

    RiskMinder performs risk analysis for the user and generates an advice. In this case, because the user is not yet "known" to the RiskMinder system, the ALERT advice is generated.

  5. Your application calls RiskMinder’s createUserRequest message.

    Your application must make an explicit call to the createUserRequest message in the ArcotUserRegistrySvc Web service. In this call, you must pass all relevant user details, such as the user’s first name, last name, organization, email, and their personal assurance message (PAM) to RiskMinder.

    Book: See "Managing Users and Accounts" in the CA RiskMinder Web Services Developer’s Guide for detailed information about the createUserRequest message.

  6. RiskMinder creates the user in the database.

    If the createUserRequest call was successful, then RiskMinder creates the user record in the RiskMinder database. With this, the user is enrolled with RiskMinder.

  7. Your application calls RiskMinder’s evaluateRisk operation again.

    Your application must call the evaluateRisk operation in RiskFortEvaluateRiskSvc. In this call, you must ensure that you pass all the user and device information that you collected in Step 2 to RiskMinder.

  8. RiskMinder performs risk analysis for the user.

    In this case, RiskMinder executes the rules and generates the risk score and the advice.

  9. Your application stores the Device ID on the end-user’s system.

    Your application must store the Device ID returned by evaluateRisk as a cookie on the device that the end user is using for the current transaction.

The following figure illustrates the explicit enrollment workflow when you call the createUserRequest message before the evaluateRisk call.