Configure User Preferences for Authentication Methods
  • 02 May 2022
  • 2 Minutes to read
  • Dark
    Light

Configure User Preferences for Authentication Methods

  • Dark
    Light

Article Summary

When users are granted multiple authentication policies, they may have a preferred option among those policy methods. These instructions describe how to give users the ability to make that preference known and apply it to their authentication experience.

Create a Metadirectory Field

First, you will need to create a field in the Global Attribute List that contains the different options that the user can choose between.

  1. Navigate to Configuration > Systems > Metadirectory.
    Config - Systems - Metadirectory.jpg

  2. Click Add Attribute in the top right.
    Add Attribute.jpg

  3. Find an LDAP attribute that is not currently in use. Note: You will have to know if this field is used in any action sets as well.

  4. Give it a Friendly Name such as "Preferred Authentication Method" or any other verbiage that your users will recognize for this function.

  5. Define the item as follows:
    a. Type: List
    b. Label: This is the language users will see, so add language they will recognize (e.g., instead of TOTP, use Authentication App or something more recognizeable)
    c. Data: This is the value used in Authentication Policies > Criteria > LDAP Filter field. End users will not see this value.
    Note: Always create a value called Default, which will be assigned to the default authentication policy in the next step.
    Edit GAL Item.jpg

Define Authentication Policies

Next, you will need to set up the LDAP filters in the criteria tab to define the attributes in the Data field for use.

  1. Navigate to Configuration > Authentication > Authentication Policies.

  2. Define one policy for every value in the new Metadirectory attribute that was just defined.

  3. On the Criteria tab, add an LDAP filter using that field name with the associated value in the Data column.
    LDAP Criteria tab.jpg

    Example: (idautoPersonExt3=default), (idautoPersonExt3=duo), (idautoPersonExt3=totp), or (idautoPersonExt3=webauthn).

Add Field to Profile for Target Audience

Now we need to apply this new attribute to specific people, so it needs to be added to the appropriate Delegation.

  1. Navigate to People > Settings (bottom left) > Delegations.
    People Delegations.jpg

  2. Note that the two delegation types are MY and CUSTOM.
    NOTE: The MY profile type is what a user sees when they drop down their name from the top toolbar. There can be multiple MY profile types, one for staff and one for students, for example, to tailor the self-service options that are available on the dropdown menu. To get even more granular, there can be multiple student MY profiles, one for Elementary students that does not allow self-service password reset, and another for Middle and High School students that does.
    MY Delegation choice.jpg

  3. Hover your mouse cursor over the correct MY profile type, typically for staff members, to enable the Details button on the right and click to open the management pane.
    Details.gif

  4. At the bottom of the screen, click Attributes to add the new field created in Step 1. Then click in the main area until you have an Add Another Attribute button.
    Edit Attributes.jpg

  5. Find the Attribute from the drop-down menu that you just created and click Create.
    Create Attribute New.jpg

NOTE: The field name that the user sees can be tailored here in the Display Name field.

  1. Ensure that Allow Editing and Show In List are both checked.
  2. Click Create, then Update, then Save. All three steps are required for the information to be fully processed by RapidIdentity.
Note

Staff members who edit Profile Settings to select a Preferred Method will force a match to one of the Authentication Policies defined previously.


Was this article helpful?