Authentication through Open ID like Google facebook etc
I have one application for which i am doing authentication through 开发者_C百科local ldap server.
How do i make use of OpenID user account authentication for my application?
How to achive this?
Assuming your application is web based, you would need to grab one of the many OpenID Relying Party (RP) libraries for whatever language your application is in. Most of the libraries provide some sample code and documentation to get you started.
精彩评论