Back Forward About the Authentication accelerator

The Authentication accelerator helps you configure your PRPC system to use an LDAP-compliant directory server to authenticate users.

The accelerator creates an authentication service data object (Data-Admin-AuthService) that holds the connection information for the LDAP directory. It also specifies two standard activities that use the connection information to bind to the directory server, authenticate the users, and re-authenticate users if their sessions expire.

As described in About Authentication Service data instances, there are two parts to an authentication service: the data object itself and a servlet definition in the PRPC web.xml file that refers to the data object.

The web.xml file contains three servlet definitions: WebLDAP1, WebLDAP2, and so on. By choosing a name for an authentication service object that matches one of these predefined servlet definitions, you can implement up to three authentication service configurations without editing the web.xml file.

NoteChanges to a web.xml file are effective only after undeploying and then redeploying PRPC.

For more information, see PDNAuthentication in PegaRULES PRPC, a document on the PDN.

Preparation

Before you begin, gather the following information:

Starting the accelerator

To start the Authentication accelerator, select Pega button> Integration > Tools > Authentication Accelerator. The accelerator starts. Click the help button (Help) on any form for help about that form.

Related topics About Authentication Service data instances

Up Tools — Integration