mpen
mpen

Reputation: 282915

AOL OpenID?

I'm trying to implement OpenID on my site. I've got Google, Yahoo! and ClaimID working so far, but AOL tells me "Invalid devId or Site not registered.". So how do I register my site and/or get a devID and pass it along? I'm using JanRain/PHP OpenID. AOL's dev blog is just a mess.

Upvotes: 1

Views: 1020

Answers (3)

mpen
mpen

Reputation: 282915

The problem seems to have fixed itself. I can now log in with AOL with no changes to my code.

Upvotes: 0

Andrew Arnott
Andrew Arnott

Reputation: 81801

AOL is only an OpenID 1.x Provider, whereas the others you mentioned are 2.0 providers (I'm not sure about ClaimID). I think Janrain's PHP library can handle interop with either version, but in your investigation just be aware of the potential difference there.

Upvotes: 2

atom255
atom255

Reputation: 738

This may not be related, but it looks like AOL's OpenID may be having issues right now, I had to switch to another provider to log into SO.

Upvotes: 3

Related Questions