Configure PeopleCode using the PeopleTools desktop client

Peoplesoft deployments typically support a pre-provided PeopleCode sign-on.
In this task , we update the code to accept header-based authentication from the PS_USER header.
These steps are typically performed by the PeopleSoft admin.

  1. Open the PeopleTools application Designer.
  2. Click FileOpenDefinition: RecordName: FUNCLIB_LDAP.
  3. Open FUNCLIB_LDAP
  4. Right-click OpenCancel
  5. Right-click LDAPAUTHView PeopleCode
  6. Search for the getWWWAuthConfig() function.
    Change &defaultUserId = ""; to &defaultUserId = PUBUSER;.
  7. Search for the OAMSSO_AUTHENTICATION() function.
  8. Change the header value from OAM_REMOTE_USER to PSUSER.
  9. Click FileSave.