droidlabour
droidlabour

Reputation: 697

Implementing OpenId on my own website

I want to implement OpenId on my website so that users can login from various sites, just like stackexchange login system works. But I'm confused of some common terms like OpenId Provider, consumer, server. which one should I have to install for OpenId login system to work.

Upvotes: 1

Views: 130

Answers (1)

SureshAtt
SureshAtt

Reputation: 1951

Your web site should implement an OpenID Consumer.

Upvotes: 1

Related Questions