User interface direct links - CustomerID

Administration Interface

PAGE / WORKFLOW

DIRECT LINK

Administration interface

/eidm2/wf/admin

Password Recovery - Email

/eidm2/wf/changepwd

Password Recovery - Tupas

/eidm2/wf/lostpwd

Registration

/eidm2/wf/register/<registration name>

Protection

/eidm2/wf/protection/<protection number>

Table 1. Direct links in Administration interface

Administration Interface - User Information View

PAGE / WORKFLOW

DIRECT LINK

User info

/eidm2/wf/admin/personal/overview?<key>=<value>

Roles

/eidm2/wf/admin/personal/roles?<key>=<value>

Mandates

/eidm2/wf/admin/personal/mandates?<key>=<value>

Table 2. Direct links in Administration interface – User information view
Each tab in the User info view can be accessed directly, if needed. It is important to note that the link requires a search key and a value for that key, which will be used to locate the target user. The basic form of the link is as follows: 

/eidm2/wf/admin/personal?<key>=<value>

Where <key> is one of the keys described on the following table:

PRIORITY

KEY

DESCRIPTION

1

user

user ID

2

uid

user login

3

ssn

social security number

4

email

email address

Table 3. Keys for direct links in Administration interface – User information view
The lower the number in the priority field, the higher the priority is. This means that if multiple keys are defined, the one with the higher priority will be used. Consider the following example:

/eidm2/wf/admin/personal?email=erkki@esimerkki.fi&uid=timo@testaaja.fi

The example link above would search the user based on the uid as the uid priority (2) is higher than the email priority (4). The User info view would contain information from the user with uid timo@testaaja.fi, if such exists.

Self-Service Interface

PAGE / WORKFLOW

DIRECT LINK

Self-service Interface

/eidm2/wf/self-service

Personal Info

/eidm2/wf/self-service

Roles

/eidm2/wf/self-service?tab=roles

Mandates

/eidm2/wf/self-service?tab=mandates

Table 4. Direct links in Self-service interface

Role Invitation Wizard

PAGE / WORKFLOW

DIRECT LINK

Role invitation wizard

/eidm2/wf/invite[/organization][/role][?<key>=<value>]

Table 5. Direct links to Role Invitation Wizard


It's possible to parameterize the role invitation wizard by appending request parameters to the direct link and also adding to the path. The following table lists the possible parameterizations that can be used.

PARAMETER

HOW TO USE

Organization of the role

Fully qualified name of the organization appended to the URL.

Role

Fully qualified name of the role appended to the URL.

Any field in the invite wizard

Field name and value as request parameters to the URL. Possible field names are listed in the registration.n.userinfo.fields property in the eidm2.properties file.

returnUrl

A URL where to take the user after the confirmation step. Used as a request parameter.

Table 6. Possible parameters for Role Invitation Wizard


For example, to preselect organization "Organizations/Corporate Inc/Sales", the URL would look like the following:

/eidm2/wf/invite/Organizations/Corporate%20Inc/Sales

To preselect the role "Organizations/Corporate Inc/Sales/Reviewer" to invite to, the URL would look like the following:

/eidm2/wf/invite/Organizations/Corporate%20Inc/Sales/Reviewer

To preselect the role "Organizations/Corporate Inc./Sales/Reviewer", user "Chuck Lewis", email chuck.lewis@corporate.com and phone number "+358555555" and save the user to organization "Organizations/Another Corp", the URL would look like this:

/eidm2/wf/invite/Organizations/Corporate%20Inc./Sales/Reviewer?firstname 
 =Chuck&surname=Lewis&email=chuck.lewis@corporate.com&mobile=%2B358555555& 
 organization=Organizations/Another%C3%A4Corp