Questions tagged [dotnetopenauth]

DotNetOpenAuth is an open source library for OpenID 1.1 and 2.0 supporting OAuth 1.0, 1.1, 2.0 as Consumer and Service Provider.

DotNetOpenAuth is a free and open source library and is available from DotNetOpenAuth.net. It features support for OpenID 1.1 and 2.0 Relying Parties and Providers, OAuth 1.0 & 1.1 Consumers and Service Providers, OAuth 2.0 Clients, Resource Servers and Authorization Servers, and Information Card relying parties.

It was formerly knows as DotNetOpenId, but was renamed when it added OAuth and InfoCard support.

Please use this tag instead of the older "dotnetopenid" tag.

Installation

You can install the library most easily using its NuGet package.

1113 questions
-2
votes
1 answer

DotNetOpenAuth and LinkedIn

Is it possible to use DNOA with LinkedIn ? I need a way to retrieve data from LinkedIn based on a single user. This means, my application will have a single user that serves all requests. Is there a programmatic way to get authenticated with…
Bill
  • 2,026
  • 9
  • 55
  • 99
-2
votes
1 answer

Facebook and dotnetopenauth issue

We established an OpenID provider at BioSignID.com base on DotNetOpenAuth. (the authentication is base on signaturs with silverlight client...) As we tried to login to facebook we encounter a problem with IE (6,7,8). In FF and Chrome the loggin…
Adiel
  • 331
  • 1
  • 4
  • 10
-3
votes
1 answer

How to authenticate facebook user with username and password from an external website?

I am new to web development. My goal is: - I have username and password for a facebook (FB) user. - Now, I want to pass these credentials(via POST,GET or any other way...whatever) to FB to validate the user and if validated, save the user session. -…
1 2 3
74
75