> Is it possible to have a script which can automatically login to CAS Server > if we getting the userid in the header variable.
Sure it's possible. This is typically called "remote user" or trust authentication; see https://wiki.jasig.org/display/CASUM/Trusted for more information. Warning: you MUST carefully consider the components providing the header such that the following criteria are met: - There is sufficient assurance that the authorized components are the origin of the information. - You trust the information itself. Failure to meet the requirements above would reduce the security provided by CAS to incidental at best. M -- 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
