4

I want to implement a login system by using openid (for login with google, yahoo) for asp.net and asp.net mvc applications, I search over the Internet (and googled that and also stacked :D) but, there is nothing to guide me to implement this; all pages was about libraries (DotNetOpenId, DotNetOpenAuth, etc); can anybody help me to understanding and implementing this? without other libraries? thanks.

5
  • 1
    Why not use something that has already been field tested, with security holes patched, bugs fixed, and feature rich? Commented Aug 30, 2011 at 2:53
  • 5
    because I want to understand openid protocol, not just use it. Commented Aug 30, 2011 at 3:19
  • I'm going to code myself to enable Google authentication for a website of mine now, and I don't want DotNetOpenAuth too just because it's a bit complex than what I want and I don't need all its features, I just need Google way. Commented Sep 22, 2011 at 8:52
  • use this link: http://code.google.com/apis/accounts/docs/OpenID.html I am agree with you, and I implemented it by myself. Good luck. Commented Sep 22, 2011 at 8:59
  • FROM OP : thanks friends, I found my answer, I found a complete explain by yahoo and google on this pages, and put them here, if other users need it: google, yahoo Commented Sep 16, 2022 at 21:03

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.