Hi, thank you for your reply , this sounds very interesting and im happy about that in theory it should be possible without rewriting cas completely ;p is there any wiki entry or documentation about these features ? honestly i dont know where to start or could you give me some hint how to do it? that would be great Thanks, Max
On 9/29/2010 4:58 AM, Scott Battaglia wrote: > You'd have to do it via NonInteractiveCredentials (like our X.509 or > SPNEGO support). > > Those should both be good examples to follow. It essentially entails: > 1. Custom Spring web Flow action to collect credentials or determine > not to collect > 2. authentication handler to validate credentials > 3. credentials object to hold credentials. > 4. more XML wiring than you could possibly dream of > > Cheers, > Scott > > On Fri, Sep 24, 2010 at 1:26 AM, nerom86 <[email protected] > <mailto:[email protected]>> wrote: > > > Hi, > i hope i chose the subject for my request correctly - what i would > like to > achieve is to logon into a specific (casified) application ( in my > case > JBoss Portal 2.7.2 ) not by clicking on its login link (whcih > actually works > now and redirects to CAS), but by using a Hyperlink (where this > one is, is > irrelevant for now, i just need the theoretical possibility) > > example: > > > http://mycasserver:8100/cas/...../loginrequestrequest=3423AB2341C23423D.../service=http://myjboss/portal > > the login request should be an encrypted username/password - the > key to > encrypt/decrypt can be known on both sides (cas server and jboss) > , and it > is assumed that even if it has its security flaws to do so - it > isnt so > important > > Is there any possibility to do that? If not - where would you > implement this > ? Which spot on the cas-server side (maybe even the jboss portal > side) would > you choose to implement this. I just need some hints :)) > > Thank you for your help, > Max > -- > View this message in context: > > http://jasig.275507.n4.nabble.com/CAS-Login-into-one-Service-with-HTTP-Link-tp2553050p2553050.html > Sent from the CAS Users mailing list archive at Nabble.com. > > -- > You are currently subscribed to [email protected] > <mailto:[email protected]> as: [email protected] > <mailto:[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 -- 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
