Previous Topic: Import Admin TasksNext Topic: Modify the Registration Email


Create a Web Services Configuration

The mobile app uses REST web services to communicate with CA IdentityMinder. To support the mobile app, a system administrator creates a web service definition in the User Console.

Note: REST calls do not work if encryption in the web service configuration is enabled.

Follow these steps:

  1. Log in to the User Console as a user with system administrator privileges.
  2. Create a web service definition as follows:
    1. Open the tab System, WebServices, Create Web Services Configuration.
    2. On the Profile tab, complete the following fields:
      • Name: any name. For example: RestMobile
      • Identifier: unique identifier. The default value is RestMobile.

        The value of the Identifier field must match the value of restid in the mobile app configuration.

        Consider changing the value of the Identifier and the restid for increased security.

      • Enable Attribute: Select this check box.
    3. On the Security tab, complete the following:
      • Select Require Secure Communication.
      • Verify that Enable Encryption is not selected.

        If encryption is enabled, user details do not display in the mobile app.

    4. On the Object Types tab, browse to USER, select USER, and click the Edit button.
    5. Select only Allow View Access.

      Remove other access permissions by clearing the Allow Modify Access, Allow Create Access and Allow Delete Access options.

    6. On the Self Administration tab, complete the following steps:
      • Select the Add button below Member Rule to create a member role and specify "all".

        Note: You can only create one member rule.

      • Enable Password Reset to support the Change Password feature in the mobile app.
    7. On the Member tab, build a member rule with the following criteria:
      • Activation Code = Registered, or
      • Activation Code >0
    8. Submit and Save the web service.