Re: Openid integration?

2008-12-11 Thread Nino Saturnino Martinez Vazquez Wael
David Leangen wrote: Hmm, I do actually have something working, which seems to be really simple. Ok, good for you! Yup, I plan to push it back to wicketstuff once I've figured out the last problems... Using openid4java, my only problem are that I cant seem to get any openid

Re: Openid integration?

2008-12-10 Thread David Leangen
> Hmm, I do actually have something working, which seems to be really > simple. Ok, good for you! > Using openid4java, my only problem are that I cant seem to get > any openid providers to give me the requested attributes, like > email and name. How did you solve this? Are you sure it's an

Re: Openid integration?

2008-12-10 Thread Nino Saturnino Martinez Vazquez Wael
I did say I'd get back to you once I completed my OpenID integration, and I just completed it recently. Ahh great. However, I'm not sure I can really be of much use to you. The fact is that I had to pretty much redo everything in a custom way. As you know, I am running Wicket in O

RE: Openid integration?

2008-12-10 Thread David Leangen
Hi, Nino, Sorry, I haven't been following this list daily lately. I probably should, since I just sifted through 500 messags. Wow, this list is really active! Anyway, I did say I'd get back to you once I completed my OpenID integration, and I just completed it recently. However, I&

Re: Openid integration?

2008-12-05 Thread Nino Saturnino Martinez Vazquez Wael
Hi Olger I think, i'll wait a bit with this, it's overkill for the application im doing right now. But for future reference, it would be very nice with an example, So bring it on please :) Olger Warnier wrote: Hi Nino, It is possibile to integrate spring security with the wicket swarm/wasp

Re: Openid integration?

2008-12-04 Thread Olger Warnier
Hi Nino, It is possibile to integrate spring security with the wicket swarm/ wasp software. This gives you freedom to attach any kind of authentication mechanism, including openid. We use the integration for a LDAP based integration. If you like, I have a sample on how to deal with this some

Re: Openid integration?

2008-12-03 Thread Nino Saturnino Martinez Vazquez Wael
Yup I remember the page.. Michael Sparer wrote: Hmm Im using auth roles now.. Are there an way to integrate the two..? hey nino, take a look at http://cwiki.apache.org/WICKET/acegi-and-wicket-auth-roles.html - it's a bit older but I think it might still work. as acegi is now called spring

Re: Openid integration?

2008-12-03 Thread Nino Saturnino Martinez Vazquez Wael
Looks simple enough.. I guess my only fear are that I then will have it converted into something that still wont let me pull the two required values from the openid provider... Jan Kriesten wrote: Hi Nino, Hmm Im using auth roles now.. Are there an way to integrate the two..? that

Re: Openid integration?

2008-12-03 Thread Jan Kriesten
Hi Nino, > Hmm Im using auth roles now.. Are there an way to integrate the two..? that shouldn't be a too big deal, you just have to convert the spring-security granted authorities into 'roles'. To get the AuthenticationManager into your Application you could use the Spring factory (Scala code)

Re: Openid integration?

2008-12-03 Thread Michael Sparer
--- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > - Michael Sparer http://talk-on-tech.blogspot.com -- View this message in context: http://www.nabble.com/Openid-integ

Re: Openid integration?

2008-12-02 Thread Nino Saturnino Martinez Vazquez Wael
Hmm Im using auth roles now.. Are there an way to integrate the two..? Another thing though, I need to either use sreg or AX to pull some values (only email and name) to my system is that possible with the spring security thing( I know this should probably go to the spring forum)? Jan Krieste

Re: Openid integration?

2008-12-02 Thread Nino Saturnino Martinez Vazquez Wael
Hmm, i'll dig into it.. Thanks.. Jan Kriesten wrote: Hi Nino, I have something working only partially though, cant get email and name attribute back from the openid provider properly.. Seems to work with openid.org, but not claimid.com or myopenid.com why not using spring-security an

Re: Openid integration?

2008-12-02 Thread Jan Kriesten
Hi Nino, > I have something working only partially though, cant get email and name > attribute back from the openid provider properly.. Seems to work with > openid.org, but not claimid.com or myopenid.com why not using spring-security and don't have any more hassle at all? Best regards, --- Jan

Re: Openid integration?

2008-12-02 Thread Nino Saturnino Martinez Vazquez Wael
("email"); String email = emails.get(0); List names = fetchResp.getAttributeValues("name"); String name = names.get(0); User user = new User(); user.setEmail(email); user.setName(name); return user; } } Michael Sparer wrote: Looks pretty emp

Re: Openid integration?

2008-12-02 Thread Michael Sparer
Looks pretty empty, doesn't it? :-) Nino.Martinez wrote: > > Hmm just saw this : > > http://code.google.com/p/wicket-auth-openid/ > > Nino Saturnino Martinez Vazquez Wael wrote: >> Hi Guys >> >> Have any of you tried to do a openid integration ?

Re: Openid integration?

2008-12-01 Thread Nino Saturnino Martinez Vazquez Wael
Hmm just saw this : http://code.google.com/p/wicket-auth-openid/ Nino Saturnino Martinez Vazquez Wael wrote: Hi Guys Have any of you tried to do a openid integration ? -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684

Openid integration?

2008-12-01 Thread Nino Saturnino Martinez Vazquez Wael
Hi Guys Have any of you tried to do a openid integration ? -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional