Questions tagged [authlogic-oid]
13 questions
10
votes
4 answers
Rails, OpenID and Authlogic
I've been following ryan baytes screencast #170 and adding ruby-openid, authlogic and authlogic-oid to an existing authlogic authentication system.
However, I keep getting the following stack of errors:
NameError (uninitialized constant…

cnikolaou
- 3,782
- 4
- 25
- 32
3
votes
1 answer
How can I use OpenID for users logged into multiple Google accounts simultaneously?
Google now allows people to be signed into multiple Google accounts at the same time. However, I don't think that Google accounts have their own unique OpenID identifier URLs (it's the same for everyone: https://www.google.com/accounts/o8/id).
This…

NudeCanalTroll
- 2,266
- 2
- 19
- 43
3
votes
2 answers
authlogic openid auto_register feature tries to duplicate registration
I am trying to enable openid authentication on my website as well as use auto_register feature of latest authlogic_openid add-on.
Everything works fine until second login. The first time user is created and logged in, but after I logout and try…

Eimantas
- 48,927
- 17
- 132
- 168
2
votes
2 answers
Authlogic and OpenID registration and login in one action
I was playing with Rayan Bates http://railscasts.com/episodes/170-openid-with-authlogic sources as the basis.
So I created few icons for OpenID providers, like Google, Yandex, OpenID, and user have to choose which one to use (similar like here on…

fl00r
- 82,987
- 33
- 217
- 237
2
votes
1 answer
Access recovery mechanism if site only supports OpenID login
Say I have a site, like StackOverflow, which supports OpenID login only. Suppose someone had an account on the site, bound to his OpenID, and then he lost access to his OpenID provider (that's surely possible and not harder than losing your email…

Leonid Shevtsov
- 14,024
- 9
- 51
- 82
2
votes
2 answers
using authlogic to auto create users bypassing explicit user registeration
I'm wondering how to go about using Authlogic to auto register a user who chooses to use open id. Right now they have to register first before being able to login in, even if they choose open id, but I'd prefer if they could just login directly…

holden
- 13,471
- 22
- 98
- 160
1
vote
1 answer
force user to register
Is it possible to require a "logged in" user to complete registration before he can continue on? This scenario happens when a user logges in via facebook or some other oauth/open id provider and the session does not provide all the requires…

badnaam
- 1,876
- 4
- 29
- 53
1
vote
2 answers
Authlogic, logout, credential capture and security
Ok this is something weird. I got authlogic-oid installed in my rails app today. Everything works perfectly fine but for one small nuisance.
This is what i did:
I first register with my google openid. Successful login, redirection and my email,…

Shripad Krishna
- 10,463
- 4
- 52
- 65
1
vote
1 answer
OpenID register on login (authlogic_openid)
What is the proper way to register users automatically when they log in with openid?
I am using authlogic with an authlogic-oid gem (and an older version of openid_authentication).
The stuff I read online so far seems to be obsolete.
Does anyone…

glebm
- 20,282
- 8
- 51
- 67
0
votes
1 answer
Using OpenID with Authlogic
Are there any updated tutorials for using OpenID with Authlogic? I'd heard good things about Authlogic, and the documentation makes it seem much better than Restful Authentication... but in trying to implement OpenID, 100% of the tutorials and…

NudeCanalTroll
- 2,266
- 2
- 19
- 43
0
votes
1 answer
authlogic openid: fullname is not a defined simple registration field
I finally got an open id demo app going:
rails 2.3.5
authlogic openid
When I create a new user in the database, I get the following error:
fullname is not a defined simple registration field
This is after I authorize the localhost,etc.
I don't…

cbrulak
- 15,436
- 20
- 61
- 101
0
votes
1 answer
Authlogic OpenID: Fetching E-Mail from Provider
This is a really weird problem: I have set up the authlogic_openid_selector_example app. When i register, the email id is not returned by the openid provider the first time. But if i delete the account and register again, the email id is returned. …

Shripad Krishna
- 10,463
- 4
- 52
- 65
0
votes
2 answers
Authlogic openid: getting undefined method openid_identifier? error in functional test
I use Authlogic with the Authlogic-openid addon (I gem installed ruby-
openid and script/plugin install git://github.com/rails/open_id_authentication.git)
and get two errors.
First when running functional test, I get an undefined method…

Bob Groeneveld
- 903
- 1
- 9
- 19