Hi,

I've implemented a login system using devise for my users with google
apps id login similar to this post (http://casperfabricius.com/site/
2010/08/09/google-apps-openid-with-rails-and-devise/) in Rails 3.

This has worked well on my development machine as well as in
production mode.  When I pushed it to Heroku I had some small issues
that I was able to fix but cannot seem to get this working.

In my app there is simply a login button that uses our account's
identity url (https://www.google.com/accounts/o8/site-xrds?hd=DOMAIN)
to get to login.  In all my other local instances it works flawlessly,
but when the process starts on Heroku I'm immediately given an error
that I have an "Invalid email or password".  When I look at the logs I
don't see anything that stands out.  Obviously the connection isn't
even being made but I see it trying 3 times and then nothing in the
logs to help point me in the right direction.

Has anyone else had some similar issues to this?

Thanks,

Shai

-- 
You received this message because you are subscribed to the Google Groups 
"Heroku" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/heroku?hl=en.

Reply via email to