Suggestion on how to redirect to a URL upon successful login
We are looking to redirect students/faculties/alumni to a 3rd party hosted-application URL after they have successfully log on into our public facing web site which is our 9.1 Portal solution with 9.0 CSS being the back-end, i.e. instead of taking the users to the "Home Page", we want it go to a different web site (for example, www.google.com). Some of the users are authenticated with our AD using LDAP (such as employees, faculties, enrolled students) while some are Peoplesoft users (prospective applicants, alumni, etc. who don't have an AD account).
I have come across multiple ways to implement this - add custom peoplecode in Sign On PeopleCode, add javascript in PT_Branding, change the html in signon result doc on the web profile configuration.