IDM General Configuration

Gabriel MagariƱo, gabriel.magarino@gmail.com, Sun Java System Identity Manager, www.javapassion.com/idm


Gabriel MagariƱo

The goal of this hands-on lab is to get you exposed to the Sun IDM environment for the first time in which you will learn your first login using the differents idm interfaces.


Expected duration: 60 minutes (excluding homework)


Prerequisites

This hands-on lab assumes you have minimum programming experience. 


Software Needed

Before you begin, you need to install the following software on your computer. 




OS platforms you can use


Change Log


Lab Exercises



Exercise 0: Forgot your User ID

In this exercise, you are going to configure IDM to allow it send email notifications to a file.

  1. Redirect-email
  2. Import File
  3. Forgot your User ID

(0.1) Redirect email


In this step, you are going to  modified the waveset.properties file and enable notification.redirect functionality.

    1. Stop your tomcat service
    2. Open your waveset.properties file
    3. Once you open the file  find the notification.redirect  section. Your screen will be like the image below



    1. Remove the # symbol from the # notification.redirect=notifications.txt line.
    1. Your  configuration file will look like this:

# notification.redirect
#
# When set, the value of this property is the name of a file to
# which all email notifications will be written, rather than
# attempting to contact an SMTP server.  This is useful
# in demo situations where no SMTP server is available, as it
# avoids having SMTP server errors show up in the Workflow
# summary reports.

notification.redirect=C:\\IDM\\Notification\\notifications.txt


   
  1. Save your changes
  2. Start tomcat



(0.2) Import File


In this step, you are going to login into the The Identity Manager Administrator interface and import and XML file. This file contain a user definition that allow you to create a new user inside IDM.

    1. Open a Web browser and type the following address into the address bar:
    1. Enter the User ID and Password
    1. Click the Configure Tab and select Import Exchange File page
    2. Click the Browse button and search your file User_99904.xml  (download) under your  C:\IDM\import folder
      1. Your screen should look like the image below
    3. Click the Import button



          6. If your file was imported correctly  you should be receiving a Screen like the image below



          7. Click the Accounts tab and Select  List Account page
      




(0.3) Forgot your User ID



          In this step, you are going to login into the The Identity Manager Administrator interface and simulate that you forgot your ID.
    1. Open a Web browser and type the following address into the address bar:
    1. Click the Forgot Your User ID? button
      • See the image below




          3.  The Lookup User ID screen appears
          4.   Fill the fields First Name,Last Name and Email Addrees with the data from your user imported before.
          5.  After your filled the data your screen should look like the image below
          6.  Click the Send UserId button





          7.  IDM return you to the login page with a information message like the image below   




          8. Go to your email file and open it with a Text editor


Note:


                                                                                                                             return to the top