Hi, I have a service (wireless controller). Basically we want to integrate CAS SSO with wireless hotspot captive portal. Wireless controller sends few attributes in url such as switchip, mac, clientip etc therefore our login url in address bar looks like this:
https://ourorganization/sso/login?cmd=login&ip=172.16.0.13&switchip=172.16.0.34&mac=00:ac:98:76:78:de I want to get these parameters and on successful login I want to post these parameters with redirection link. Is there any way that i can use String ip = getparameter ( "ip" ); and modify the login page to get these parameters until user is authenticated and then forward it to another service which has to deal with these parameters? Kindly advise. -- *Farzan Qureshi* | Network Administrator & Help-desk Support -- This email and any files transmitted with it are confidential and intended solely for the use of the individual or entity to whom they are addressed. If you have received this email in error please notify the system manager ( [email protected]). Please note that any views or opinions presented in this email are solely those of the author and do not necessarily represent those of the company. Finally, the recipient should check this email and any attachments for the presence of viruses. Rosmini Collegeaccepts no liability for any damage caused by any virus transmitted by this email. -- 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
