Web Agent Guides › Web Agent Configuration Guide › Manage Password Services › FCC Password Services and URL Query Encryption › How to Enable User-Initiated Password Changes with FCCs
How to Enable User-Initiated Password Changes with FCCs
You can configure the FCC Password services features of SiteMinder to allow users to change their own passwords whenever they want. To enable user-initiated password changes with FCCs, use the following process:
- Confirm that your user directory contains attributes that support Password Policies.
- Use the Administrative UI to do the following tasks:
- Create an FCC-based password policy and protect the resources you want.
- Configure the password policy to allow authorized users to change their passwords.
- Create a password change URL in your FCC form that includes the following parts:
- The FQDN of the logon server (example: http:logonserver.example.com)
- The URI of the FCC based Password services (example: siteminderagent/forms/smpwservices.fcc?
- The name of the SiteMinder Web Agent (SMAGENTNAME)
- A target resource that is protected by SiteMinder (TARGET).
- Embed the URL as a link in one or more unprotected web pages, as shown in the following example:
<a href="http:logonserver.example.com/siteminderagent/forms/smpwservices.fcc?SMAUTHREASON=
34&SMAGENTNAME=$$smencode(smagentname)$$&TARGET=$$smencode(target)$$">Change Password</font></a>
- Test the password change function with the following steps:
- Display a web page that has the password change link you created in Step 3.
- Click the password change link.
The password change form appears.
- Fill out the password change form and submit it.
If the password change is successful, a confirmation page appears, and shows a link to the protected target resource.
- Click the link and ensure that the resource appears.
- Close and re-open your browser. Try to access the protected resource using your new password.
If you can access the resource with your new password, the password change is successful.