Oracle Access Manager environment is up and running
High Level Steps:
- Download PeopleSoft Interaction Hub DEMO Virtual Machine from Oracle Support and start virtual machine as per the instructions in Support Notes
- Download Oracle Client from PeopleSoft Image shared folder
- Download PeopleSoft Application Designer from PeopleSoft Image shared folder
- Install Oracle Client by selecting “Administrator” as installation type and copy tnsnames.ora from PeopleSoft DEMO VM share folder to Oracle Client network/admin folder
- Install PeopleSoft Application Designer on Windows Server
- When Prompted enter DEMO License code provided in http://www.oracle.com/us/support/licensecodes/peoplesoft-enterprise/index.html#PeopleTools
- Login to PeopleSoft Application Designer with Admin credentials(Ex: PS/PS).
- Login to PeopleSoft and create new user profile. In this case it’s “OAMPSFT”
- Search for getWWWAuthConfig() function using PeopleSoft Application Designer and change defaultUserId value to “OAMPSFT” and save
- Search for OAMSSO_AUTHENTICATION() function and update header value from “OAM_REMOTE_USER” to “PS_SSO_UID"
- Navigate to Main Menu>> People Tools>> Web Profile and select the web profile being used and navigate to Security tab and select “Allow Public Access” and enter UserID/ Password(In this case “OAMPSFT and it’s password")
- Update "Signon Peoplecode" as shown in the screen shot below.
- Bounce PSFT web and app services
- Install OHS webserver and OAM WebGate
- Configure Reverse proxy settings from OHS webserver to PeopleSoft instance
- Configure Authorization Header variable”PS_SSO_UID" in OAM Application Domain
- Test the PeopleSoft application login with OHS URL
Useful Links:
http://peoplesofttutorial.com/peopletools-8-53-how-to-install-oracle-client-from-peoplesoft-image/
http://peoplesofttutorial.com/peopletools-8-53-install-peopletools-8-53-on-windows-7/
Hope this helps some one out there!!
-- Siva Pokuri.