DevaRajMenon
DevaRajMenon

Reputation:

How to integrate OpenId feature in .net

looking tutorials for integrating OpenId feature in .net

Upvotes: 4

Views: 387

Answers (4)

Fionaa Miller
Fionaa Miller

Reputation: 511

This document explains working of OpenID and shows the whole process with screenshots.

Document describes how to implement Google login into your web application and Third-party web sites and let you aware how OpenID authentication works.

Here is the step-by-step process to implement OpenID on your ASP.NET application using DotNetOpenOAuth libraray.

Upvotes: 0

chriscena
chriscena

Reputation: 478

Just answered this somewhere else:

Found a couple via Google: This one is already mentioned. There are a few controls out there, too, for example this

You could also look at the new service called RPX which is OpenId as SaaS.

Upvotes: 1

csl
csl

Reputation: 11368

If you just want OpenID functionality in .NET you should check out the open source package dotnetopenid.

As for tutorials, there are plenty if you don't mind reading tutorials that targets no specific implementation language. You should check out the official OpenID site for tutorials, as well as the Wikipedia article on OpenId.

Good luck!

Upvotes: 1

Mitchel Sellers
Mitchel Sellers

Reputation: 63126

I have a feeling that this Google Code Project will be a great place to start. I just started looking at it myself a while back, I haven't had much time to dig in, but it looks promising for those not wanting to spend much time implementing.

Upvotes: 2

Related Questions