Hi, I have installed successfully a CAS Server (Version 3.4.2) and got SSO working with phpCAS, pam_cas and Soulwing Realm Implementation.
Now I would like to integrate a legacy app, for which I think it would be possible to use a FORM-Based login using method=POST and have the ticket (and hopefully the username) verfied by an external service, which we could provide. Unfortunately I didn't get any parameters posted in my simple login form. I did the following: * Implement a simple login-page to represent my legacy app. https://appserver/login This page just echoes back the given parameter, so that I can verify the posted Data. * Called the CAS Server login page with parameters service and method like https://casserver/cas-server/login?service=https://appserver/login&method=POST The Browser was correctly redirected to the legacy app https://appserver/login, but no data was posted. At the same time there was no ticket get parameter. Do I have to configure anything else? Can I influence the parameter names or values while sending th initial request to the CAS server? Bye Felix -- 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
