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.
Changes to a web.xml
file are effective only after undeploying and then redeploying PRPC.
For more information, see Authentication in PegaRULES PRPC, a document on the PDN.
Before you begin, gather the following information:
com.sun.jndi.ldap.LdapCtxFactory
.(cn=%V)
, where %V is the user ID the user entered on the log-in form.To start the Authentication accelerator, select > Integration > Tools > Authentication Accelerator. The accelerator starts. Click the help button () on any form for help about that form.
About Authentication Service data instances |