Back Forward Guest

A guest user is an unauthenticated visitor to the PRPC system. A guest user may "arrive" through the browser interface or through a services interface.

Most capabilities, RuleSets, activities, and other processing are available only to authenticated users, not to guests. However, your system can control guest capabilities through requestor type data instance and access role data instances.

The private API function call:

PegaAPI.getAuthenticationHandle().isAuthenticated()

returns true for authenticated users. ABLAL 9/25/06

Guest users typically have access to rules in the RuleSets listed in the PRPC:Unauthenticated access group, as referenced in the Requestor type instance named pega.BROWSER.

CautionIf you update the BROWSER requestor type to reference a different access group, or update the PRPC:Unauthenticated access group to make additional RuleSets available to unauthenticated users, review carefully the Authenticate? checkbox on the Security tab of each activity in the RuleSets. Select this checkbox for all but those specific activities that guests need to run. GARFJ 2/2007

To avoid tying up system resources, the default time-out period for idle guest requestors is a minute. OLSOK 8/16/06

The clipboard for a guest requestor does not include pages for the Operator ID, organization, division, or organization unit. clinic 3/10/06

Advanced featureTechnically, agents are not authenticated, but agents are not guests. Agents typically have a more extensive RuleSet list than true guest requestors, based on the access group identified on the Security tab of the Agents form. MIRAT 2/5/08

Definitions authentication
Related topics About Requestor Type data instances
Standard rules How to change the splash image and log-in form

Up Definitions