On Sun, Feb 7, 2010 at 2:30 PM, Jeppe Nejsum Madsen <je...@ingolfs.dk> wrote:
> Hi,
>
> I'm trying out Lift openid and created a very simple app with just a
> login form:
>
> def renderForm(xhtml: NodeSeq) : NodeSeq = {
>          SimpleOpenIdVendor.loginForm
>  }
>
> This works if I use google or yahoo OpenId endpoints, but if I enter a
> myopenid url such as nejsum.myopenid.com, after return from myopenid, I
> get "Failed to authenticate". Looking at the logs, I see:

To answer my self: I think this is because the default OpenIdConsumer
tries to request the email attribute which is not available. Just one
more reason to fix
https://www.assembla.com/spaces/liftweb/tickets/329-Make-OpenID-support-more-extensible

/Jeppe

-- 
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to lift...@googlegroups.com.
To unsubscribe from this group, send email to 
liftweb+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en.

Reply via email to