Configuring a Claim Policy
  • 07 Jul 2023
  • 2 Minutes to read
  • Dark
    Light

Configuring a Claim Policy

  • Dark
    Light

Article Summary

Configuring a Claim Policy

  1. To configure a claim policy, first navigate to the Configuration menu.
  2. In the Policies section, click Claim.
  3. You can have multiple claim policies that apply to different populations of new users or one default claim policy for all new users.
  4. There are three tabs in this menu that need to be configured. General, Questions, User Agreement

General Tab

The General Tab allows administrators to name and enable the Claim policy along with defining the user population to which the Claim policy applies. The image below is filled out with example text and referred to for different functionality
Screenshot 2023-07-07 at 12.19.32 PM.png

  1. Enter a Name that provides a quick idea of the policy or if you have only one you can keep Default Claim Policy
  2. Enter a description to help identify this policy.
  3. Click the checkbox to Enable this policy. This can be done at the end after the policy
    configuration has been completed
  4. The Affected Users section determines who this Claim Policy applies to. It is recommended that new users can only claim an account once. For this reason when an account is claimed the idautoPersonClaimFlag is set to TRUE. To ensure that only unclaimed accounts can be claimed use the criteria
(!(idautoPersonClaimFlag=TRUE)

Additonally if you are only having Staff claim their accounts you can expant that criteria to

(&(employeeType=Staff)!(idautoPersonClaimFlag=TRUE)))
  1. You can customize the Message to Show On Completion if you would like as well

Questions

The questions tab allows administrators to configure the questions or attributes that will be required to be entered to verify identity of a new user.
Screenshot 2023-07-07 at 12.50.11 PM.png

  1. For each Question or Attribute you can use the first drop down list to select the attribute you want to use.
  2. The display name field is what will be displayed on the Claim Account screen. It is recommended that the format (i.e. YYYY-MM-DD for birthdate) is included in the Display Name.
  3. Description can be used if needed to futher describe the question or attribute
  4. You can use the +Add Another button to add additional attributes and the ^ and v buttons to move questions to the top or bottom of the list.

User Agreement

The user agreement tab enables you to include an End User Agreement or Acceptable Use Policy to be included on the Claim Account Screen. Once Enabled the policy can then be configured.
Screenshot 2023-07-07 at 1.00.56 PM.png

  1. Title will be the bold title displayed on the Account Claim Screen
  2. Body is a rich text formatted area that can be configured with all the details of the policy
  3. Agreement Message is required if Agreement is Required
  4. Agreement Required will force the end user to click a box to agree to the policy and claim their account.

When fully configured as above the Claim Account Screen will look as follows to the end user claiming their account.
Screenshot 2023-07-07 at 1.02.44 PM.png


Was this article helpful?