Legal | Privacy
Password Reset Validation

Delegated Administration Services: Password Reset Validation

Purpose

This lesson provides instructions to reset forgotten passwords. You learn to configure personal password reset hint such as challenge question and challenge response.

Topics

This module covers the following topics:

Overview
Prerequisites
Password Reset Validation
Creating Custom Attributes for Password Reset Validation

Configuring DAS Password Reset for Additional Challenge Questions

Populating Values for Password Reset Validation
Testing Password Reset Validation

Place the cursor on this icon to display all screenshots. You can also place the cursor on each icon to see only the screenshot associated with it.

Overview

The Delegated Administration Services (DAS) Self Service Console has a password reset feature, which enables users to reset their passwords and configure their own challenge questions and challenge responses. A user can configure a password reset hint question and an answer. This question and answer will be used to reset the password if the user forgets the password.

This method for resetting forgotten passwords is much safer than the traditional password reset system of sending the user the new password through
e-mail. Sending passwords through e-mail (usually done in clear text) presents a serious security risk. Also, the forgotten password is probably the same password that the user uses for e-mail. So the user will not be able to retrieve the new password by using this type of password reset system.

In addition to the user's challenge question, the administrator can impose an unlimited number of challenges that the user's must correctly answer before being allowed to reset the password.

 

Prerequisites

For this lesson to work successfully, you should have completed the lesson titled "Delegated Administration Services: Creating and Managing an Identity Management Realm."

Back to Topic List

Password Reset Validation

Back to Topic List

To configure a challenge password reset, perform the following steps:

1.

Open your Browser and enter the following URL:

http://<hostname>.<domain>:7777/oiddas

Log in to DAS as rmoyer (which is the user you created in the lesson titled "Delegated Administration Services: Creating and Managing an Identity Management Realm").

Move your mouse over this icon to see the image

 

2.

Click the My Profile tab.

Move your mouse over this icon to see the image

 

3.

Click the Change My Password tab.

 

4.

Enter your challenge question in the Password Reset Hint field. Enter your answer in the Answer to Password Reset Hint field. Click Submit.

Move your mouse over this icon to see the image

Click OK.

Move your mouse over this icon to see the image

 

5.

Check whether the password reset validation is working. Click Logout to log out of DAS.

Move your mouse over this icon to see the image

 

6.

Click Return to return to the DAS Home page.

Move your mouse over this icon to see the image

 

7.

Click Forgot My Password ? link.

Move your mouse over this icon to see the image

 

8.

Enter rmoyer in the User Name field and click Next.

Move your mouse over this icon to see the image

 

9.

You see your personal challenge question. Enter the correct answer for the challenge question and click Next.

Move your mouse over this icon to see the image

 

10.

You see the Reset My Single Sign-On Password page. Enter the new password in both New Password and Confirm New Password fields. Your password should have at least one numeric character. Click Finish.

Move your mouse over this icon to see the image

Click OK.

Move your mouse over this icon to see the image

 

11.

Try to log in using the new password. Click Login.

Move your mouse over this icon to see the image

Move your mouse over this icon to see the image

 

 

Creating Custom Attributes for Password Reset Validation

Back to Topic List

As a user, you have already set your own password challenge question. In addition to this, an administrator can configure DAS with additional challenge questions that the user must correctly answer before being able to reset the forgotten password. Configure three challenge questions by using the following:

Drivers License, Mothers Maiden Name, and Social Security Number.

Note that Drivers license, Mothers Maiden Name and Social Security Number are not a part of the standard attribute list in OID. Create new attributes for these questions in OID and assign these new attributes to an auxiliary object class so that they can be used in DAS.

1.

Start the Oracle Directory Manager GUI. Open a command window, change directory to ORACLE_HOME/bin and issue the following command to start Oracle Directory Manager.

sh oidadmin

Move your mouse over this icon to see the image

Log in as orcladmin.

Move your mouse over this icon to see the image

 

2.

Highlight the Schema Management entry.

Move your mouse over this icon to see the image

 

3.

Click the Attributes tab and click Create.

Move your mouse over this icon to see the image

 

4.

You see the New Attribute Type form. Enter Name, Object ID, Description, and Syntax for the new attribute. Because you will assign character data for this new attribute, choose Directory String as the syntax. Select the Single Value check box and click OK.

Move your mouse over this icon to see the image

The Name and Object ID for the attribute must be unique. Spaces are not allowed in the attribute name. The Object ID must be in a Dewey Decimal format.

 

5.

Similarly, create two more attributes: SSN and MothersMaidenName.

Move your mouse over this icon to see the image

Move your mouse over this icon to see the image

 

6.

Create a new auxiliary object class and assign the three new attributes to that object. Highlight
Schema Management in Directory Information Tree (DIT). Click the Object Classes tab and click Create.

Move your mouse over this icon to see the image

 

7.

You see the New Object Class form. Enter Name, Object ID, Description, and Type for the new auxiliary object.

Move your mouse over this icon to see the image

 

8.

You assign the new attributes that you created to this object. Scroll down to Optional Attributes section. Click Add.

Move your mouse over this icon to see the image

 

9.

You will see a complete list of available attributes. Select the three new attributes (DriversLicense, SSN, and MothersMaidenName). Keep the Ctrl key pressed to select more than one attribute. Click Select.

Move your mouse over this icon to see the image

 

10.

You see the selected attributes in the Optional Attributes list. Click OK.

Move your mouse over this icon to see the image

 

11.

Restart OC4J_SECURITY. Switch to the browser window and enter the URL http://<hostname>.<domain>:1810. Click the link for the application server instance.

Move your mouse over this icon to see the image

 

12.

You see the Oracle Enterprise Manager 10g Application Server Control's Application Server Home page. The Application Server Home page provides an overview of the Oracle Application Server 10g instance: status, performance, and configured components. Scroll down to see the System Components table.

Move your mouse over this icon to see the image

 

13.

Select OC4J_SECURITY and click Restart.

Move your mouse over this icon to see the image

 

14.

Click Yes when asked for confirmation.

Move your mouse over this icon to see the image

Move your mouse over this icon to see the image

 

 

 

Configuring DAS Password Reset for Additional Challenge Questions

Back to Topic List

To add more challenge questions, perform the following steps:

1.

Log in to DAS as the orcladmin user. Click the Configuration tab and click User Entry.

Move your mouse over this icon to see the image

 

2.

Click Add Object Class. A list of all the available object classes appears.

Move your mouse over this icon to see the image

Move your mouse over this icon to see the image

 

3.

Select the object that you created and click Add.

Move your mouse over this icon to see the image

 

4.

The name of your object class should appear in the object class list. Click Next.

Move your mouse over this icon to see the image

 

5.

Click Add New Attribute.

Move your mouse over this icon to see the image

 

6.

Select driverslicense from the Directory Attribute Name list. Enter a UI Label for the attribute you have chosen. This label will appear in the Web forms. Select the Viewable, Self Editable, and Password Reset Validation check boxes. Click Done.

Move your mouse over this icon to see the image

Repeat the steps to add SSN and MothersMaidenName for challenge questions.

 

7.

After you have configured all the three attributes for password reset validation, click Next.

Move your mouse over this icon to see the image

 

8.

You can now categorize the attributes. Add the MothersMaidenName attribute to the Personal Details category. Select the Personal Details category and click Edit.

Similarly, add SSN and driverslicense to Additional Personal Details category.

 

9.

Select mothersmaidenname from the Category List and click Move. If an attribute is assigned to another category, then that attribute will not appear in the Category List.

 

10.

Click Done and then Click Next.

 

11.

Click Next and then click Finish.

Click OK.

 

 

Populating Values for Password Reset Validation

Back to Topic List

You must make sure that the user's DAS profile contains attribute values for the password reset validation fields.

1.

Click the Directory tab.

Move your mouse over this icon to see the image

 

2.

Enter the user's UID into the Search for user field and click Go.

Move your mouse over this icon to see the image

 

3.

After the user's name is returned, click Edit.

Move your mouse over this icon to see the image

 

4.

Enter values for all the attributes that are configured for password reset validation. Mothers Maiden Name will appear in the Personal Details section. Drivers License and Social Security Number appears in the Additional Personal Details section. Click Submit.

Move your mouse over this icon to see the image

Click OK.

Move your mouse over this icon to see the image

 

 

Testing Password Reset Validation

Back to Topic List

To test password reset validation, perform the following:

1.

Click Logout and then click Return to navigate back to the DAS Home page.

Move your mouse over this icon to see the image

 

2.

Click the Forgot My Password ? link.

Move your mouse over this icon to see the image

 

3.

Enter the User Name and Company. Click Next.

Move your mouse over this icon to see the image

 

4.

You see a form with all the attributes you set for password reset validation. Enter correct values for these attributes and click Next.

Move your mouse over this icon to see the image

 

5.

You see the Reset My Single Sign-On Password page. Enter the new password in both the New Password and Confirm New Password fields. Click Finish.

Move your mouse over this icon to see the image

Click OK.

Move your mouse over this icon to see the image

 

 

 

Place the cursor on this icon to hide all screenshots

Copyright © 2004, Oracle Corporation. All rights reserved. Contact Us Legal Notices and Terms of UsePrivacy Statement

 

 

 

 

E-mail this page
Printer View Printer View
Oracle Is The Information Company About Oracle | Oracle RSS Feeds | Careers | Contact Us | Site Maps | Legal Notices | Terms of Use | Privacy