This tutorial is part of the Identity Manager track within the Identity Suite Essentials program.
Description
This tutorial covers how a user can identify and "link" and account they have in a Resource to their Identity Manager account. The Setup involves importing an Identity Manager configuration file that defines what Resources user can select in the Self Discovery interface. The demonstration involves logging into the End-User interface and selecting the Resource where the user knows they have an account.
Learning Objectives
After completing this tutorial, the following topics should be understood.
- Understand the value of User Self Discovery
- Enable Self Discovery
- Demonstrate use of Self Discovery
Prerequisites
The following items must be completed before starting this tutorial.
- Complete the Identity Manager Configuration Tutorial
Setup
The following steps need to performed to enable the demonstration.
Section 1: Load Configuration Object
Resource self discovery is not enabled by default. A Configuration called End User Resources define which Resources will be available for Self Discovery from the End-User Interface.
NOTE: This step will be done automatically in the if you are using the Netbeans project and the supplied artifacts in module1.
The file contains a list of Resource that can be selected by the End User. Here is part of the file:
<?xml version='1.0' encoding='UTF-8'?>
<!DOCTYPE Configuration PUBLIC 'waveset.dtd' 'waveset.dtd'>
<Configuration authType='EndUserConfig' id='#ID#Configuration:EndUserResources' name='End User Resources' creator='%STARTUP%Configurator' createDate='1214589347138' repoMod='1214589347000'>
<Extension>
<List>
<String>Timecard</String>
</List>
</Extension>
<MemberObjectGroups>
<ObjectRef type='ObjectGroup' id='#ID#End User' name='End User'/>
</MemberObjectGroups>
</Configuration>
|
|
Section 2: Create a User
We'll create a new user that only has an Identity Manager account. We'll use this account to demonstrate the Self Discovery. This user already exists in the Timecard Resource.
|
|
Demonstration
After completing the setup above, the following steps should be performed to complete this tutorial.
Section 1: Discover the Timecard Resource
|
|
|
|
Section 2: Verify the Timecard Resource
Look at the user's account information to show that the user has been "linked" to the Timecard Resource
|
|
Resources
The following links provide more information:
- Sun Identity Manager:
Copyright (c) 2008-2009, Sun Microsystems, Inc.
All rights reserved




