I am developing an ASP.NET MVC application and I want to use OpenId.
What is the best option?
- DotNetOpenId
- RPX
- Other???
Does anyone know what StackOverflow uses? Is the Login UI custom-developed, or provided by an API/service?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
We use the excellent DotNetOpenId library here on Stack Overflow:
now moved to:
Our original login UI was provided by ID Selector, but we’ve since rolled our own minimalist version.