I am developing a asp.net mvc application and I want to use OpenId,
what is the best option?
- DotNetOpenId
- RPX
- Other???
Any one know what StackOverflow use? The Login UI is custom develop or is provide by the APi or service?
|
12
|
I am developing a asp.net mvc application and I want to use OpenId, what is the best option?
Any one know what StackOverflow use? The Login UI is custom develop or is provide by the APi or service?
|
||
|
|
|
|
We use the excellent DotNetOpenId library here on Stack Overflow: Our original login UI was provided by ID Selector, but we've since rolled our own minimalist version. |
||||||||||
|
|
|
I'll second the recommendation for DotNetOpenId and add a recommendation for openid-selector (open source version of idselector) |
||
|