Specifying preauthentication and postauthentication activities for an anonymous authentication service

You can write activities that are triggered at various points during the process of setting up the anonymous operator.

  1. Create your preauthentication and postauthentication activities.
    For an anonymous authentication service:
    • The preauthentication activity is run before the anonymous operator is populated from the model operator or data transform. It must be accessible to the default access group for the pega Browser requestor type, as described in Authentication services and rule availability.
    • The postauthentication activity is run after the anonymous operator is populated from the model operator or data transform, and affects the anonymous session.
  2. Open the service from the navigation panel in Dev Studio by clicking Records > SysAdmin > Authentication Service and choosing a service from the instance list.
  3. On the Anonymous tab, expand the Advanced configuration settings section.
  4. In the Pre-authentication activity field, enter the name of the preauthentication activity.
  5. In the Post-authentication activity field, enter the name of the postauthentication activity.
  6. Click Save.
What to do next:  Mapping operator information for an anonymous authentication service