We use links like this: <https://cas.csuchico.edu/cas/login?method=POST&service=https://cmsweb.csuchico.edu/psp/HCHIPRD/EMPLOYEE/HRMS/c/SA_LEARNER_SERVICES.SS_ADM_ACCEPT.GBL?PORTALPARAM_PTCNAV=HC_SS_ADM_ACCEPT_GBL1%26EOPP.SCNode=HRMS%26EOPP.SCPortal=EMPLOYEE%26EOPP.SCName=HCCC_STDNT_ADMISSION%26EOPP.SCLabel=StudentAdmission%26EOPP.SCPTfname=HCCC_STDNT_ADMISSION%26FolderPath=PORTAL_ROOT_OBJECT.CO_EMPLOYEE_SELF_SERVICE.HCCC_STDNT_ADMISSION.HC_SS_ADM_ACCEPT_GBL1%26IsFolder=false?cmd=login%26languageCd=ENG%26userid=PS%26pwd=z> https://cas.csuchico.edu/cas/login?method=POST&service=https://cmsweb.csuchico.edu/
I've shortened the URL as the parameters on our instance are no good to you. I should mention that because of the way the code was done on the PeopleSoft side we do have to add these additional paramaters: ?cmd=login%26languageCd=ENG%26userid=PS%26pwd=z This triggers a failed login which then cascades down to our CAS authentication piece where it will try ticket validation. Pat On Mon, Jan 11, 2010 at 2:21 PM, Knutson, Daniel < [email protected]> wrote: > Hi all, > > I am working on setting up Peoplesoft 8.9 with CAS. > > When I attempt to use a html POST, the signon Peoplecode is not run. > > > > If anyone can help, I would be very thankful! Let me know if you have > additional questions. > > Thank you, > > Dan > > > > > > > > PS > > Here is my test html form that attempts to POST to Peoplesoft > > <form method="POST" name="login" action=" > https://Peoplesoft/EMPLOYEE/HRMS/?cmd=start"> > > <INPUT TYPE=submit VALUE="Submit"> > > </form> > > > > ------------------------------ > The information contained in this communication is confidential. This > communication is the property of Heartland Community College and is intended > only for use by the recipient identified. If you have received this > communication in error, please immediately notify the sender and delete the > original communication. Any distribution or copying of this message without > the College’s prior consent is prohibited. > > -- > You are currently subscribed to [email protected] as: [email protected] > To unsubscribe, change settings or access archives, see > http://www.ja-sig.org/wiki/display/JSG/cas-user > > -- You are currently subscribed to [email protected] as: [email protected] To unsubscribe, change settings or access archives, see http://www.ja-sig.org/wiki/display/JSG/cas-user
