OpenID implementation in C# and ASP.NET(blog.madskristensen.dk)

submitted by dscoducdscoduc(1099) 4 years, 4 months ago

Interested in adding OpenID to your .NET website?

3 comments |category: |Views: 378

tags: another

new Add a live kick counter to your blog >> liveImage

You can even customize the image by choosing your own colors, and then clicking the button below to update the preview and the html code:

  • "Kick It" text
  • "Kick It" background
  • kick count text
  • kick count background
  • border

Simply copy and paste this HTML into your blog post.


Users who kicked this story:
Comments:

posted by loernloern(10) 4 years, 4 months ago 0

Pretty neat. Though, It would be nice to see how you incorporate an OpenID implementation into the ASP.NET Membership Provider. ;)

Reply

posted by aarnottaarnott(110) 4 years, 1 month ago 0

Getting a Membership Provider that is OpenId aware has got to be one of the most requested features, and yet it doesn't apply. The in-box providers work great with OpenId as is (aside from the password functions, but a new provider won't fix that). Providers don't authenticate users--they only track authenticated users. The actual authentication is what the Login control does, or the OpenIdLogin control in the case of an OpenId scenario.

Reply

posted by TroyMGTroyMG(2670) 4 years, 1 month ago 0

Fix for a security hole in the posted code:
http://www.squaredroot.com/post/2008/04/OpenID-Check_Authentication.aspx

Reply

information Login or create an account to comment on this story