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

learn more… | top users | synonyms (1)

68
votes
1answer
12k views

Facebook/ Twitter with dotnetopenauth? [closed]

I've pretty much got OpenID working using the DotNetOpenAuth library. Now I would like users to be able to use Facebook and Twitter to login. This requires OAuth so I am looking for a tutorial on ...
32
votes
2answers
6k views

OpenID: Trying to Get Email Address from Google OP

I’m using dotnetopenauth 3.2 to implement Openid and can’t figure out how to get Google to pass the email address in the Claims Response. I know that Google doesn’t support simple registration, but I ...
47
votes
7answers
4k views

Where can I find a list of OpenID Provider URLs?

I've implemented OpenID on my website but I'm having a hard time finding a list of OpenID Provider URLs. I thought this would be easy to find but I've scoured the web and only found a handful, mostly ...
25
votes
6answers
5k views

OpenID authentication in ASP.NET?

I am starting to build a new web application that will require user accounts. Now that I have an OpenID that I am using for this site I thought it would be cool if I could use OpenID for ...
53
votes
2answers
15k views

Securing my REST API with OAuth while still allowing authentication via third party OAuth providers (using DotNetOpenAuth)

I have a product with a straightforward REST API so that users of the product can directly integrate with the product's features without using my web user interface. Recently I have been getting ...
26
votes
5answers
3k views

Request for Tutorial to add Openid Support to NerdDinner ASP.NET MVC application

I'm looking learn about ASP.NET MVC and OpenId using the ASP.NET MVC NerdDinner tutorial. I would like to replace the Authentication system in NerdDinner to be OpenId only. I've downloaded the latest ...
12
votes
5answers
6k views

Google+ API: How can I use RefreshTokens to avoid requesting access every time my app launches?

I'm trying to use the Google+ API to access info for the authenticated user. I've copied some code from one of the samples, which works fine (below), however I'm having trouble making it work in a way ...
8
votes
4answers
3k views

How do I use a Service Account to Access the Google Analytics API V3 with .NET C#?

I realized this question has been previously asked but with little in the way of example code, so I am asking again but with at least a little bit of direction. After hours of searching, I have come ...
4
votes
2answers
451 views

“No OpenID endpoint found” on Azure Website

I have a strange issue with a MVC 3 app running as an Azure Website. I have had issues with Azure in the past, but the new Website concept works almost perfectly, except for this: ...
0
votes
3answers
1k views

Single Sign On— SSO

Please I would like someone to tell me if dotNetOpenAuth single-sign-on. All I want to achieve is to be able to seamlessly logging to all domains without redirect to third party system for ...
10
votes
3answers
2k views

DotNetOpenAuth: Message signature was incorrect

I'm getting a "Message signature was incorrect" exception when trying to authenticate with MyOpenID and Yahoo. I'm using pretty much the ASP.NET MVC sample code that came with DotNetOpenAuth 3.4.2 ...
15
votes
5answers
3k views

What is a good openid selector control?

Now that idselector has been upgraded to RPXNow and you can't "just use" the selector code, what is a good replacement? I want to implement OpenId on a new website that I am using, but the users are ...
12
votes
6answers
8k views

Require Google to return email address as part of OAuth

I am using OAuth to access Gmail with dotNetOAuth. How can I force Google to return user's email address as part of callback after authorization? By default, Google OAuth callback only returns the ...
8
votes
4answers
4k views

DotNetOpenAuth CTP - Facebook bad request

I am trying to use the CTP to connect with Facebook over OAuth 2.0. I can get the initial request to Facebook working OK, but when it comes back and we call: // Where null will become an ...
10
votes
5answers
5k views

Should I use the built-in membership provider for an ASP .NET MVC application?

I've been using a custom membership provider for authentication in all my web form applications till now. I'm about to start developing my first website using MVC. I'm wondering if I should I use ...
8
votes
3answers
811 views

How to configure dotNetOpenId in an session less load balancing environment

You've probably solved this before. I need to be able to use open id in an environment that does not have session stickiness. The servers do preserve the headers. I'm using ASP.NET MVC and ...
15
votes
5answers
4k views

How do I use OAuth to connect to the Etrade API?

E-Trade released their API recently and provided technical documentation which is somewhat useful but not complete. Does anyone have a fully working example in C# that shows how this works? I have ...
5
votes
1answer
2k views

How to use OpenID providers with unique identifier URLs in ASP.NET MVC4

The new SimpleMembershipProvider implemented in ASP.NET MVC4 allows easy, built-in support for two popular OpenID providers (Google and Yahoo) and three OAuth providers (Microsoft, Facebook, Twitter). ...
6
votes
2answers
3k views

Dotnetopenauth 3.4.6 with MVC3 - InvalidOperationException

When my Razor view calls @Html.OpenIdSelector(... I get an InvalidOperationException: The current IHttpHandler is not one of types: System.Web.UI.Page, ...
2
votes
3answers
771 views

How to integrate open ID Login

I want to integrate Open ID, Google and Yahoo login in my site, So please anyone can tell me the process of integration in ASP.NET.
2
votes
2answers
1k views

How do I retrieve google profile with DotNetOpenAuth?

I am trying to use DNOA for OpenId support to my app, in order to leave the Janrain solution I have been using so far. The problem is that the users I have so far have profile based identifiers ...
1
vote
3answers
2k views

Getting Twitter Access Secret using DotNetOpenAuth in MVC4

I'm creating an app with MVC4 that will authorize users using Twitter and lets them tweet from the app as well. I'm able to get the user authenticated without a problem using the ...
7
votes
2answers
2k views

DotNetOpenAuth Get Facebook Email Address

I have the following code where its grabbing First/Last name. I realize that email is an extended permission, but what would I need to modify to request extended permissions? How do I get the email ...
7
votes
3answers
3k views

Is Windows Live ID an OpenID Provider? [closed]

I've heard different things. Seems like Microsoft experimented with a beta service, but I don't know if it's still available, or ever made it into production. If Windows Live ID is an OpenID ...
6
votes
3answers
2k views

claimsResponse Return Null

hello i have a following code in asp.net. i have used DotNetOpenAuth.dll for openID. the code is under protected void openidValidator_ServerValidate(object source, ServerValidateEventArgs args) { ...
5
votes
2answers
840 views

Is google generating new openid claimed identifier for localhost?

I am running an issue with google openid identifier. I am using dotnetopenauth library (successor of dotnetopenid) in simple asp.net mvc project. During tests on localhost I noticed that from time to ...
4
votes
1answer
1k views

MVC4's DotNetOpenAuth TwitterClient sample does not respect prior login

If I create an ASP.NET MVC 4 Web Application using the Internet Application template, it pre-installs all the components and configuration necessary to implement authentication using a range of OAuth ...
2
votes
2answers
1k views

How to get email, gender and username from Google OpenID Provider

I Have made Login system using open ID Using the following code <rp:OpenIdLogin runat="server" Identifier="https://www.google.com/accounts/o8/id" Visible="true" ExampleUrl="" ...
2
votes
1answer
2k views

How do I tweet, using the DotNetOpenAuth library?

I just downloaded the DotNetOpenAuth library and ran the AuthConsumer demo. It is an excellent library so far! Everything worked as advertised, which has not been my experience with a lot of Facebook ...
3
votes
4answers
850 views

Can non-web applications use OpenID?

How can I make my desktop application into an OpenID relying party?
3
votes
1answer
476 views

claimsResponse Always Return Null

hello i have a following code in asp.net. i have used DotNetOpenAuth.dll for openID. the code is under protected void openidValidator_ServerValidate(object source, ServerValidateEventArgs args) { ...
2
votes
2answers
516 views

OpenIdProvider.GetRequest() returns null

As somewhat of a continuation of this question, I'm having problems with dotnetopenauth. I navigate to my relying party code and create the request, however when my provider receives the request ...
2
votes
2answers
583 views

SSO - No OpenID endpoint found

I'm trying to get SSO openid working with dotnetopenauth. I have two separate projects, being debugged separately (both on localhost but two different ports), one acting as the provider and one as ...
2
votes
1answer
738 views

How to get email from Google OpenID Provider (in VB)

Salam to all I am using the DotNetOpenAuth control for authentication from google. This is the code that I am using. <rp:OpenIdLogin ID="OID" runat=server ...
2
votes
3answers
461 views

OpenID on a mobile/cell phone

I am trying to set up OpenID authentication on a mobile version of a site of mine (ASP.net MVC, dotnetopenid). When i tested it out earlier (Using WAP internet, Sony Ericsson w200i) it redirected to ...
1
vote
1answer
211 views

Does an OpenID realm have to be the base URL of the web site?

As a continuation of this question, there's an issue I'm having with dotnetopenauth. Basically, I'm wondering if the realm specified in the RP has to be the actual base URL of the application? That ...
1
vote
1answer
197 views

OpenIDSelector problem in asp.net

I am trying to use OpenID in my website using asp.net_c#. I am working on asp.net forms website with asp.net v4. The issue i am having is with openidselector control from my toolbox generated from ...
1
vote
4answers
803 views

How to logout from Relying Party?

I am using Dotnetopenid for login. I am logs in my application by using dotnetopenid provider suppose google. At the time of logout I am ending the my application user's session by ...
1
vote
3answers
660 views

DotNetOpenId — “This message has already been processed” Error

I'm starting with OpenId using the dotnetopenid library and, so far, so good, but when I try to login, it shows me the following message: This message has already been processed. This could ...
0
votes
2answers
2k views

How do I pull DotNetOpenAuth assembly references into unit test project for ASP.NET MVC4 solution?

Tl;dr version: I am stuck with the exception: System.IO.FileLoadException : Could not load file or assembly 'DotNetOpenAuth.AspNet, Version 4.0.0.0 ... A bit dismayed that msft used so many static ...
0
votes
3answers
2k views

Expectation Failed when trying to update twitter status

I can't seem to figure this one out. No matter what I do, I keep getting a "417 Expectation failed" error. Everywhere I've looked says that I need to get rid of the Expect header for the ...
25
votes
1answer
2k views

Using OpenID (via DotNetOpenAuth) along with user roles and other Membership Provider features

I'm building an ASP.NET MVC site where I want to use DotNetOpenAuth to implement OpenID login (I'm completely dropping username/password-based login). So far, I've been writing my code for the ...
16
votes
1answer
1k views

Storing DotNetOpenAuth information and user info retrieval

This question is a bit of a structural/design question as I'm having trouble working out the best way to perform the task. In my MVC app, I am using DotNetOpenAuth (3.4) as my login information ...
28
votes
4answers
12k views

DotNetOpenAuth oAuth in ASP.NET MVC

I'm trying to understand how to apply the oAuth consumer library from DotNetOpenAuth in the context of ASP.NET MVC. oAuth is new to me, and the library doesn't seem very simple. Does anyone have a ...
18
votes
5answers
2k views

How is OpenID implemented?

How would you design and implement OpenID components? (Was "How does OpenId work") I realize this question is somewhat of a duplicate, and yes, I have read the spec and the wikipedia article. After ...
7
votes
1answer
1k views

How do I Integrate OpenID into MVC4 Web API

I am writing a Web API using MVC4 that should be consumed by multiple client types. I want to use the OpenID to authenticate. I already have downloaded the DotNetOpenAuth NuGet package, but so far ...
12
votes
4answers
4k views

DotNetOpenAuth: Webforms, Getting Started

I am trying to figure out how to get DotNetOpenAuth(http://www.dotnetopenauth.net/) working in my webforms app I don't understand where to begin. I have an OpenIDSelector on my Login.aspx that lets ...
5
votes
2answers
2k views

Implementing .Net OpenId with ASP.Net MVC

The sample I downloaded from DotNetOpenId has different files than the MVC 1.0 application I get when I create a new application. I am new to MVC and openId, all the examples I have come across are ...
5
votes
1answer
4k views

DotNetOpenAuth: How to implement a simple OpenId provider?

Every OpenId provider has a provider Url (e.g Google: https://www.google.com/accounts/o8/id) Using OpenIdRelyingParty.CreateRequest I successfully managed to redirect the user to Google provider Url ...
4
votes
1answer
2k views

Releasing an ASP.NET MVC 3 OpenId StarterKit under Open Source License

I've build a ASP.NET MVC 3 (RC at the moment) site that uses OpenID login system. I was still learning about OpenID while implementing this so I commented the code heavily. The result is a site that ...

1 2 3