mount a bookmarkable page. get a url for it via urlfor(mypage.class)
use requestutils to translate the url into an absolute one. give that
to openid provider. make sure you have a constructor in that page that
takes PageParameters, use them to pull out posted values.

-igor


On Tue, Mar 11, 2008 at 9:28 PM, mpinner <[EMAIL PROTECTED]> wrote:
>
>  Couple Questions:
>
>  How do I setup a returnUrl to which an OpenId Provider would Post/Get?
>
>  For those not familiar with OpenId, I'll try to explain.  I need to redirect
>  my user to their OpenId Provider, which will post back to me that they are
>  who authenticated.  When I send this redirect I need to include a URL that
>  the provider can access.  Normally this would be some sort of servlet, but
>  I'm trying to be good and use Wicket for all my web interactions.
>
>  For those really interested, the Java lib I'm using is best documented here:
>  http://code.google.com/p/openid4java/wiki/QuickStart
>
>
>  Has anyone had any luck with OpenId and Wicket?
>
>  Thanks, I love what I've used of Wicket so far.  I look forward to learning
>  lots more.
>
>  Matt
>  --
>  View this message in context: 
> http://www.nabble.com/OpenId-with-Wicket-tp15997724p15997724.html
>  Sent from the Wicket - User mailing list archive at Nabble.com.
>
>
>  ---------------------------------------------------------------------
>  To unsubscribe, e-mail: [EMAIL PROTECTED]
>  For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to