Best OpenId API for ASP.NET MVC application

前端 未结 2 372
青春惊慌失措
青春惊慌失措 2020-12-07 08:35

I am developing an ASP.NET MVC application and I want to use OpenId.

What is the best option?

  • DotNetOpenId
  • RPX
  • Other???
相关标签:
2条回答
  • 2020-12-07 09:03

    I'll second the recommendation for DotNetOpenId and add a recommendation for openid-selector (open source version of idselector)

    0 讨论(0)
  • 2020-12-07 09:10

    We use the excellent DotNetOpenId library here on Stack Overflow:

    http://code.google.com/p/dotnetopenid/

    now moved to:

    http://www.dotnetopenauth.net/

    Our original login UI was provided by ID Selector, but we've since rolled our own minimalist version.

    0 讨论(0)
提交回复
热议问题