Why does OpenID look so hard to implement?

Posted by user198729 on Stack Overflow See other posts from Stack Overflow or by user198729
Published on 2010-04-27T13:48:35Z Indexed on 2010/04/27 14:03 UTC
Read the original article Hit count: 174

Filed under:
|

I read through this post:

http://stackoverflow.com/questions/741345/how-do-i-implement-direct-identity-based-openid-authentication-with-zend-openid

Why does it look so complicated to implement?

IMO, it's just to send request to a remote site and retrieve the response.

What's the problem those OpenID libraries are dealing with?

© Stack Overflow or respective owner

Related posts about openid

Related posts about Implementation