About the Authentication accelerator |
C-2440 SOLOM The Authentication accelerator helps you configure your Process Commander 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 Process Commander 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 Process
Commander.
For more information, see Authentication in PegaRULES Process Commander, a document on the Pega Developer Network.
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: v 6.1
The accelerator starts. Click the help button () on any form for help about that form.
About Authentication Service data instances |