Manual requests
im_corp_manual_rename
Purpose:
This scenario allows individual users to initiate a request to change their name.
Configuration:
This scenario relies on configuration data located in the following external data store (extdb
) tables:
im_policy_authorization: Adds authorization rules for rename requests so that they require approval from a member of the HR team.
hid_policy_attrval_*: Adds rules for handling profile attributes such as PROFILEID or EMAIL, which may have to be updated as part of rename requests.
Example: Submit a change of name request as an end user
This example shows you how to rename a user using a pre-defined request NAME-CHANGE.
This example assumes that:
You have installed Bravura Workforce Pattern or Scenario im_corp_manual_rename so the pre-defined request (PDR) NAME-CHANGE has been added.
You have updated the im_policy_authorization rule for the PDR NAME-CHANGE .
To submit a name change request:
Log in to Bravura Security Fabric as an end user.
Click View and update profile from the menu.
Click Change of name.
Enter a new Last name.
Click Submit.
To approve the request:
Log in to Bravura Security Fabric as one of the authorizers of the request.
By default, the authorizers are selected by the authorization plugin from members of the HR department. You can update the im_policy_authorization rule for the NAME-CHANGE PDR to assign authorizers.
From the main menu, click Requests. The Requests app opens.
From the Results panel select the request you want to review.
Bravura Security Fabric displays the details in the Actions panel on the right.
Review the request.
Click Approve and confirm the approval by clicking the Approve button below the notes field.
To track the results of the name change request:
Try to log into the Bravura Security Fabric web app with the old Profile ID of the renamed user.
The login should fail, as the user is invalid.
Log in to Bravura Security Fabric with the new Profile ID of the renamed user.
The login should be successful.
The new Profile ID can be found in the details page of the name change request. By default, the new Profile ID will be Last name + Middle name + First name, all in capital case. The rule for Profile ID generation is defined in hid_policy_attrval_calculation.
Click View and update profile from the menu.
The name and profile ID of the user should have been updated. The renamed user should retain all entitlements and privileges.
On the Active Directory target system, view the properties of the renamed user.
The user's name, logon name, and email address should have been updated.