On Wed, 11 May 2011 15:35:15 -0300, Tim Koop <t...@timkoop.com> wrote:

I'm trying to authenticate on my website with OpenID, using Java code from the openid4java library. After the user specifies his OpenID provider, the server (Tapestry) is supposed to forward him to the appropriate web page (like Google) to get authenticated, then it forwards the user back to my website.

Ah! Now it makes a lot of sense. :)

This works, except I am supposed to keep track of certain Discovery Information (the org.openid4java.discovery.DiscoveryInformation object) in the session. It doesn't stick. And neither does even a simple String object. Maybe when the authenticating site forwards the user back to my site, Tapestry forgets the session... Hang on. I just got Josh's email.

Josh's probably right. Do you have cookies enabled?

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to