Question

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.

Was it helpful?

Solution

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.

OTHER TIPS

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.

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top