IDM General Configuration
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.
- Sun Java System Identity Manager 7.1 (download)
- Download the file User_99904.xml
(download)
- Copy this file under your C:\IDM\import folder
- If the folder doesn't exist please proceed with the creation
before download the file.
OS platforms you can use
- Windows
- Solaris x86, Solaris Sparc ( process is not
covered)
- Linux ( process is not covered)
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.
- Redirect-email
- Import
File
- 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.
- Stop your tomcat service
- Open your waveset.properties file
- Go to you /idm/config folder
- If you installed tomcat under the IDM folder your path
should be: C:\IDM\Tomcat
6.0\webapps\idm\config
- Open the file waveset.properties
using a text editor
- You can use notepad, notepad ++, textpad or any other you
are familiar
- Once you open the file find the notification.redirect section.
Your screen will be like the image below

- Remove the # symbol from the #
notification.redirect=notifications.txt line.
- Before remove
- # notification.redirect=notifications.txt
- After remove
- notification.redirect=C:\\IDM\\Notification\\notifications.txt
- 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
- Save your changes
- Start tomcat
- At this time your configuration was saved and you will
receive email in you notification.txt
file
(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.
- Open a Web browser and
type the following address into the address bar:
- http://localhost:8080/idm/
- Enter the User ID and Password
- Use the Configuratior
account
- Click the Configure Tab and
select Import Exchange File page
- Click the Browse button and search your file User_99904.xml (download) under your C:\IDM\import folder
- Your screen should look like the image below
- 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
- As result of the previous imported action the user 99904 was added in your idm under
the America organization
- Your idm screen should look like the image below
(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.
- Open a Web browser and
type the following address into the address bar:
- http://localhost:8080/idm/
- Click the Forgot Your User ID?
button
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.
- First Name: Steven
- Last Name: Allan
- Email Addrees: steven.allan@idm.com
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
- Once you pressed the Send
UserID button IdM send automatically your user ID to your email
box(in this case a file under C:\\IDM\\Notification\\notifications.txt
)
8. Go to your email file
and open it with a Text editor
- Remember your file should be in C:\\IDM\\Notification\\notifications.txt
- Your file content will be
Note:
- In real production environment this information should be an
email notification in your inbox .
- The email template could be customized based in the business
requierements:
return
to the top