Why would you want to do that? What's your use case? We tend not to encourage you to put passwords in HTML pages.
On Fri, Aug 27, 2010 at 2:47 PM, Andrew Wang <[email protected]>wrote: > Hi ... I was wondering if it was possible to have a remote site with: > > <form action="https://cas.server.com/cas/login"> > <input type="hidden" name="username" value="SomeUserName"/> > <input type="hidden" name="password" value="SomeBigGeneratedHash"/> > <input type="submit" value="Let me in"/> > </form> > > I've added an Authenticaton handler that takes "SomeBigGeneratedHash" and > the username ... does some checking and lets user in if things are ok. > > I noticed 2 hidden tags on the cas login page > <input type="hidden" name="lt" value="e3s1" /> > <input type="hidden" name="_eventId" value="submit" /> > > But I can't figure out how/what lt and _eventId is used. Any pointers on > whether this is possible or what I am missing is greatly appreciated. > > Our apps are casified (which is great bw) but right now, casifying the > remote site is not possible. > > Thanks, > Andrew > > -- > 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
