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.
- Open the PeopleTools application Designer.
- Click .
- Open FUNCLIB_LDAP
- Right-click
- Right-click
- Search for the getWWWAuthConfig() function.
Change &defaultUserId = ""; to &defaultUserId = PUBUSER;. - Search for the OAMSSO_AUTHENTICATION() function.
- Change the header value from OAM_REMOTE_USER to PSUSER.
- Click .