Re: Wicket NTLM/Single-sign-on integration Question

2008-06-16 Thread Nino Saturnino Martinez Vazquez Wael
I have this: @Override public boolean authenticate(String username, String password) { Person person = new Person(); person.setAlias(username); person.setPassword(password); return dBDao.authorizePerson(person); } public boolean isAuthorized() { re

Re: Wicket NTLM/Single-sign-on integration Question

2008-06-16 Thread Maurice Marrink
nStratergy and plugin NtlmAuthenticator >>> (from >>> JCIF's) into this and add the additional authentication to it. >>> 2. Use Swarm authentication framework. >>> 3. Propagate the username from getHttpServletRequest().getRemoteUser() to >>> MyAppWebSession class and n

Re: Wicket NTLM/Single-sign-on integration Question

2008-06-16 Thread Ravi_116
; >> Any pointers/ideas are appreciated, >> >> Ravi >> >> > > -- > -Wicket for love > > Nino Martinez Wael > Java Specialist @ Jayway DK > http://www.jayway.dk > +45 2936 7684 > > > -

Re: Wicket NTLM/Single-sign-on integration Question

2008-06-16 Thread Nino Saturnino Martinez Vazquez Wael
Ravi_116 wrote: What is best way to integrate NTLM with Wicket authentication module ? Currently, we are migrating from Standard Login page implementation to a JCIF's NTLM (Windows domain credentials). JCIF's provides a convenient servlet filter to do the NTLM handshake. It sticks the userna

Wicket NTLM/Single-sign-on integration Question

2008-06-16 Thread Ravi_116
henticates the user using NTLM. Any pointers/ideas are appreciated, Ravi -- View this message in context: http://www.nabble.com/Wicket-NTLM-Single-sign-on-integration-Question-tp17868669p17868669.html Sent from the Wicket - User mail