OpenID and Google.GData.AccessControl.dll in C#

后端 未结 2 1487
野的像风
野的像风 2021-01-29 00:08

I am designing a web site to use OpenId and Google is one of the main providers I have selected. What I would like to do is use Google\'s Calendar & Contacts (possibly docs

2条回答
  •  囚心锁ツ
    2021-01-29 00:32

    Have you looked at DotNetOpenAuth? It will allow you to connect to any open authentication provider that supports OpenID and Google is one of the providers listed on the OpenID page.

    Has anyone written a tie in between OpenID/OAuth and using the Google APIs?

    I'm not sure what you mean by that... if you're asking if there is a library that allows you to user your google account as an OpenID, then yes: DotNetOpenAuth. There are some catches tho, see Andrew Arnott's answer to this question.

提交回复
热议问题