Previous Topic: Access Self Service Tasks

Next Topic: Configure Multiple Self-Service Tasks

Embed a Self-Service Link in a Corporate Web Site

To allow access to a public self-service task from a corporate website, you can add a link to any web page. When a user clicks the link, an Identity Manager task screen opens. When the user completes the task, they are redirected to the User Console by default.

To change the page to which users are redirected, you can append the task.RedirectURL tag to the Identity Manager URL associated with the link as follows:

<A href="http://domain/iam/im/public_alias/ca12/index.jsp?task.tag=tasktag&amp;task.RedirectURL=http://domain/redirect_URL">link text</A>

domain

The fully qualified domain name of the system where CA Identity Manager is installed.

public_alias

A unique string that is added to the URL for access to public Identity Manager tasks.

Public tasks are self-service tasks, such as self-registration or forgotten password tasks. Users do not need to log in to access public tasks.

Note: For more information about public tasks and aliases, see the Configuration Guide.

tasktag

The unique identifier for the task. To determine the task tag, use Modify Admin Task to view the profile for the task.

redirect_URL

The URL to which users are directed after they submit the Identity Manager task.

For example, you may redirect users to a Welcome page after they self-register.

link text

The text that users click to access the target URL.

For example, a company may add a link that allows users to reset a forgotten password and then directs them to a welcome page.

The link may resemble the following:

<A href="http://myserver.mycompany.org/iam/im/Employees/ca12/ index.jsp?task.tag= ForgottenPasswordReset&amp;task.RedirectURL=http://myserver.mycompany.org/ welcome.html">Reset My Password</A>

To return users to the page where they accessed the self-service task, specify RefererURL as the value of the task.RedirectURL tag as follows:

<A href="http://domain/iam/im/public_alias/ca12/index.jsp?task.tag=tasktag&amp;task.RedirectURL=RefererURL</A>