Authlogic OpenID error: uninitialized constant OpenIdAuthentication::InvalidOpenId

Posted by Bayard Randel on Stack Overflow See other posts from Stack Overflow or by Bayard Randel
Published on 2010-01-19T10:17:41Z Indexed on 2010/03/18 6:11 UTC
Read the original article Hit count: 456

Filed under:
|

Using authlogic 2.1.3, and authlogic-oid 1.0.4 I receive the following error as soon as rails hits a controller making a request to an OpenID provider:

uninitialized constant OpenIdAuthentication::InvalidOpenId

I also have the following installed:

  • rack-openid (0.2.1)
  • ruby-openid (2.1.7)
  • rails/open_id_authentication plugin

Gems in environment.rb are configured as such:

config.gem "authlogic"
config.gem "authlogic-oid", :lib => "authlogic_openid"
config.gem "ruby-openid", :lib => "openid"

Any suggestions would be appreciated, thank you.

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about openid