tags:

views:

48

answers:

1

There are sample codes on the net for OpenId Client but none for OpenId Server. Do you know some ?

I know about dotnetopenAuth but there seem to be no tut on how to use as OpenId Provider. I don't even know if it can do that. Maybe it can just be used to create openid consumer app.

+3  A: 

You mean like dotnetopenAuth?

There are lots of other implementations for other languages which can be found here (OpenID wiki).

Oded
I'm not looking for a library but for sample code on how to use this library or another to create an OpenId Provider not just a consumer.
@asksuperu - Did you read the description? "DotNetOpenAuth is a C# library that adds OpenID 2.0 Provider and Relying Party, OAuth Consumer **and Service Provider**." It is open source, so you can read the code for as your sample.
Oded
The DotNetOpenAuth library download includes a sample OpenID Provider.
Andrew Arnott
ok thank you will look at it.